MemoryFile.DataSet Property

DataSet gets the dataset held by the MemoryFile


         <dataset>
        =
        memoryfile
        .DataSet 
        

Returns

<dataset> of type ASNA.DataGate.Client.AdgDataSet that is held by the MemoryFile.

Remarks

The DataSet property is a DataGate Client Dataset derived from System.Data.DataSet. DataSet may be assigned to any data source that supports a System.Data.DataSet object. The DataSet may also be assigned to a System.Data.DataSet object.

Requirements

Namespace: ASNA.VisualRPG.Runtime

Assembly: ASNA Visual RPG Runtime (in ASNA.VisualRPG.Runtime.dll)

Platforms: Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows 7, Windows 8, Windows 10.

See Also