ITableDbCommandBuilder..::..AsCount Method
Overload List
Name | Description | |
---|---|---|
![]() |
AsCount()()()() |
Returns the row count using a SELECT Count(*) style query.
|
![]() |
AsCount(String, Boolean) |
Returns the row count for a given column. SELECT Count(columnName)
|