public enum ReadWriteMode
Defines how MtxDataset will read data from dataset.
Values
| Name | Description |
|---|---|
| wmColumn | field is a numeric field and all values in underlying dataset will be read. |
| wmRecord | field is a byte[] field and only current record in the underlying dataset will be read. |