IDatabaseDBExists Method (String, String, DataFuncOptions) |
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax bool DBExists(
string table,
string where,
DataFuncOptions options
)
Function DBExists (
table As String,
where As String,
options As DataFuncOptions
) 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.
Return Value
Type:
BooleanTrue if one or more matching records exists, else False.
See Also