C# Класс Habanero.Base.CountFunctionQueryField

QueryFunctionField which implements the COUNT function, on the mentioned field or on * (which is the default)
Наследование: FunctionQueryField
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
FieldOrDefault ( object input ) : object

Описание методов

CountFunctionQueryField() публичный Метод

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 (*)
Результат System.Linq