Returns the length in bytes of a database row.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
Copy Code
|
|---|
public int RowLength { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property RowLength As Integer |
An integer value specifying the length in bytes of a DBF data record.
See Also