Knight Data Access Layer
Length Property (ColumnMappingAttribute)




KellermanSoftware.NetDataAccessLayer.Attributes Namespace > ColumnMappingAttribute Class : Length Property
Get the length of the column
Syntax
Public ReadOnly Property Length As Nullable(Of Integer)
Dim instance As ColumnMappingAttribute
Dim value As Nullable(Of Integer)
 
value = instance.Length
public Nullable<int> Length {get;}
public: __property Nullable<int> get_Length();
public:
property Nullable<int> Length {
   Nullable<int> get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColumnMappingAttribute Class
ColumnMappingAttribute Members