Search
Column.Length Property
See Also
 





Gets the length of fields in this column.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public int Length { get; }

Visual Basic  Copy Code

Public ReadOnly Property Length As Integer

 Property Value

An integer value that specifies the length in bytes of data fields in this column.

 See Also