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

Count() protected static méthode

Returns the number of records of the specified type in the database
protected static Count ( Type targetType ) : int
targetType System.Type Type of the target.
Résultat int
		protected internal static int Count(Type targetType)
		{
			return ActiveRecordBase.Count(targetType);
		}

Same methods

ActiveRecordMediator::Count ( Type targetType, DetachedCriteria detachedCriteria ) : int
ActiveRecordMediator::Count ( Type targetType, string filter ) : int