A property value count
Namespace: NHibernate.CriterionAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public static CountProjection Count( string propertyName ) |
| Visual Basic |
|---|
Public Shared Function Count ( _ propertyName As String _ ) As CountProjection |
| Visual C++ |
|---|
public: static CountProjection^ Count( String^ propertyName ) |
Parameters
- propertyName
- Type: System..::..String
[Missing <param name="propertyName"/> documentation for "M:NHibernate.Criterion.Projections.Count(System.String)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Criterion.Projections.Count(System.String)"]