You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Controls Namespace > Structs, Records, Enums > Dew.Math.Controls.ReadWriteMode Enumeration
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Dew.Math.Controls.ReadWriteMode Enumeration

Defines how MtxDataset will read data from dataset.

Syntax
C#
Visual Basic
public enum ReadWriteMode { wmRecord, wmColumn }

DBTools.cs

Members 
Description 
wmRecord 
field is a byte[] field and only current record in the underlying dataset will be read.  
wmColumn 
field is a numeric field and all values in underlying dataset will be read.  
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!