IFileObject interface.GetAdgDataSet Method

Definition

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

Gets the AdgDataSet of the file.

AdgDataSet GetAdgDataSet(DataSetOptions opts)

Gets the AdgDataSet of the file.

AdgDataSet GetAdgDataSet(DataSetOptions opts)

Parameters

Type Parameter name Description
DataSetOptions opts The options to use when getting the AdgDataSet.

Returns

Type Description
AdgDataSet The AdgDataSet of the file.

See Also