MemoryFile Class

The MemoryFile class maintains an ADO.NET Dataset as though it were a collection of "flat files". See MemoryFile Members.

ASNA.VisualRPG.Runtime
ASNA.VisualRPG.Runtime.MemoryFile

Thread Safety

This type is safe for multithreaded operations.

Remarks

A MemoryFile class simply defines a Memory file that results in an ADO.NET Dataset object. The file can be created and accessed similar to an externally described database file even though it is cached in memory. Currently, the memory file description is externally described as an IBM i or DataGate Windows database file.

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.x, Windows 10.

See Also