Castle.ActiveRecord.ActiveRecordMediator.FindFirst C# (CSharp) Méthode

FindFirst() public static méthode

Searches and returns the first row.
public static FindFirst ( Type targetType ) : object
targetType System.Type The target type
Résultat object
		public static object FindFirst(Type targetType, params ICriterion[] criterias)
		{
			return FindFirst(targetType, null, criterias);
		}

Same methods

ActiveRecordMediator::FindFirst ( Type targetType, DetachedCriteria detachedCriteria ) : object
ActiveRecordMediator::FindFirst ( Type targetType, NHibernate.Criterion.Order orders ) : object