MtxDataset Class

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

public class MtxDataset : Component

Connects database numeric or byte[] field(s) and TVec object.

Properties

NameTypeDescription
ColumnsVecColumnsVecColumn collection.
DataTableDataTableControl source DataTable.
ReadWriteModeReadWriteModeDefines the read/write mode for all VecColumns.

Methods

NameDescription
ClearClears all items in the VecColumns collection.
ClearDataResets all VecColumns vectors to zero length (clears values).
ColumnsToMtxCopies values from all VecColumns to specified matrix.
ctorConstructor.
ReadDataRowReads data from row to vector.

Events

NameDescription
AfterReadDataRowEvent triggered after the Dew.Math.Controls.MtxDataset.ReadDataRow method call.