QueriesContains Method |
|
DataPA OpenAnalytics API Reference
Returns a value that indicates if an object with the ID exists in the collection.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Contains(
string ID
)
Public Function Contains (
ID As String
) As Boolean
public:
virtual bool Contains(
String^ ID
) sealed
Parameters
- ID
- Type: SystemString
The ID of the Query.
Return Value
Type:
BooleanTrue if an object with the ID exists in the collection.
Remarks See Also