Gets the length of fields in this column.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
Copy Code
|
|---|
public int Length { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Length As Integer |
An integer value that specifies the length in bytes of data fields in this column.
See Also