CountQuery Constructor
Initializes a new instance of the CountQuery class.
Namespace:
RingSoft.DbLookup.QueryBuilderAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public CountQuery( SelectQuery selectQuery, string countColumnName )
Public Sub New ( _ selectQuery As SelectQuery, _ countColumnName As String _ )
public: CountQuery( SelectQuery^ selectQuery, String^ countColumnName )
Parameters
- selectQuery
- Type: RingSoft.DbLookup.QueryBuilder..::..SelectQuery
The select query.
- countColumnName
- Type: String
Name of the count column.