IFileAdapter interface.Open Method

Definition

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

Opens the file with the specified dataset.

void Open(AdgDataSet ds)

Opens the file with the specified dataset.

void Open(AdgDataSet ds)

Parameters

Type Parameter name Description
AdgDataSet ds The dataset to use when opening the file.

See Also