DatabaseDBExists Method | 
| Name | Description | |
|---|---|---|
| DBExists(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.
              | |
| DBExists(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.
              | |
| DBExists(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.
              |