ReadWriteMode Enumeration

Source: Controls/DBTools.cs · Assembly: Dew.Math.Controls

public enum ReadWriteMode

Defines how MtxDataset will read data from dataset.

Values

NameDescription
wmColumnfield is a numeric field and all values in underlying dataset will be read.
wmRecordfield is a byte[] field and only current record in the underlying dataset will be read.