AdgDataSet.Contains Method

Definition

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

Determines whether the AdgDataSet contains a specific key-value pair.

bool Contains(KeyValuePair<int, AdgTable> item)

Parameters

Type Parameter name Description
KeyValuePair<Int32, AdgTable> item The key-value pair to locate in the AdgDataSet.

Returns

Type Description
Boolean True if the key-value pair exists; otherwise, false.

Remarks

Calls the Contains method of the internal dictionary with the provided key-value pair.

See Also