Click or drag to resize

IDatabaseDBExists Method

Overload List
  NameDescription
Public methodDBExists(String, String)
Determines if a particular record exists. For better performance and clarity, use this instead of DBCount(String, String, String) to determine if a record or records exist.
Public methodDBExists(String, String, DataFuncOptions)
Determines if a particular record exists. For better performance and clarity, use this instead of DBCount(String, String, String, DataFuncOptions, String) to determine if a record or records exist.
Public methodDBExists(String, String, DataFuncOptions, String)
Determines if a particular record exists. For better performance and clarity, use this instead of DBCount(String, String, String, DataFuncOptions, String) to determine if a record or records exist.
Top
See Also