| IDatabaseDBExists Method (String, String, DataFuncOptions, String) | 
  
    Namespace: 
   NetQuarry
    Assembly:
   EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
 Syntax
Syntaxbool DBExists(
	string table,
	string where,
	DataFuncOptions options,
	string logSource
)
Function DBExists ( 
	table As String,
	where As String,
	options As DataFuncOptions,
	logSource As String
) As Boolean
Parameters
- table
- Type: SystemString
 The table in which to query.
- where
- Type: SystemString
 The WHERE clause (without the WHERE) identifing item(s) of interest.
- options
- Type: NetQuarryDataFuncOptions
 Options specifying how the query should be performed.
- logSource
- Type: SystemString
 The source of the operation, to be logged to the devlog.
Return Value
Type: 
BooleanTrue if one or more matching records exists, else False.
 See Also
See Also