Click or drag to resize

DatabaseDBCount Method

Overload List
  NameDescription
Public methodCode exampleDBCount(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.
Public methodCode exampleDBCount(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.
Public methodCode exampleDBCount(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.
Top
See Also