AdgDataSet.ContainsKey Method

Definition

Namespace: ASNA.DataGate.Client
Assembly: ASNA.QSys.DataGate.Client.dll

Determines whether the AdgDataSet contains an AdgTable with the specified format index.

bool ContainsKey(int key)

Parameters

Type Parameter name Description
Int32 key The format index to locate in the AdgDataSet.

Returns

Type Description
Boolean True if an AdgTable with the specified format index exists; otherwise, false.

Remarks

Calls the ContainsKey method of the internal dictionary with the provided format index.

See Also