C# Class Habanero.Base.CountFunctionQueryField

QueryFunctionField which implements the COUNT function, on the mentioned field or on * (which is the default)
Inheritance: FunctionQueryField
Afficher le fichier Open project: Chillisoft/habanero

Méthodes publiques

Méthode Description
CountFunctionQueryField ( object field = null ) : System.Linq

Creates a CountFunctionQueryField with the given field to count over. Input field may be anything that FunctionQueryField supports as a function argument (currently strings and QueryField instances). When not provided, the * field is used for you

Private Methods

Méthode Description
FieldOrDefault ( object input ) : object

Method Details

CountFunctionQueryField() public méthode

Creates a CountFunctionQueryField with the given field to count over. Input field may be anything that FunctionQueryField supports as a function argument (currently strings and QueryField instances). When not provided, the * field is used for you
public CountFunctionQueryField ( object field = null ) : System.Linq
field object The Name of the field to use. Omit for default (*)
Résultat System.Linq