OpenFileAdapterDelegate Delegate

Definition

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

Handles the opening of a file adapter and returns an AdgDataSet.

public delegate AdgDataSet OpenFileAdapterDelegate(FileAdapter adapter)

Parameters

Type Parameter name Description
FileAdapter adapter The file adapter to open.

Remarks

Use this delegate to supply a method that opens a FileAdapter and returns a corresponding AdgDataSet suitable for operations on the file.

See Also