Castle.ActiveRecord.Tests.Model.StrictModel.SurveyEstrato.FindAll C# (CSharp) Method

FindAll() public static method

public static FindAll ( ) : Castle.ActiveRecord.Tests.Model.StrictModel.SurveyEstrato[]
return Castle.ActiveRecord.Tests.Model.StrictModel.SurveyEstrato[]
		public static SurveyEstrato[] FindAll()
		{
			return (SurveyEstrato[]) ActiveRecordBase.FindAll( typeof(SurveyEstrato) );
		}