C# 클래스 Habanero.Base.CountFunctionQueryField

QueryFunctionField which implements the COUNT function, on the mentioned field or on * (which is the default)
상속: FunctionQueryField
파일 보기 프로젝트 열기: Chillisoft/habanero

공개 메소드들

메소드 설명
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