IDatabaseDBCount Method |
Name | Description | |
---|---|---|
DBCount(String, String, String) |
Returns the number of items in the specified column and table using the SQL WHERE clause supplied.
Note: For improved performance use DBExists(String, String) when possible. | |
DBCount(String, String, String, DataFuncOptions, String) |
Returns the number of items in the specified column and table using the SQL WHERE clause supplied.
Note: For improved performance use DBExists(String, String, DataFuncOptions, String) when possible. | |
DBCount(String, String, String, DataFuncOptions, String, Int32) |
Returns the number of items in the specified column and table using the SQL WHERE clause supplied.
Note: For improved performance use DBExists(String, String, DataFuncOptions, String) when possible. |