Knight Data Access Layer
Length Property (Field)




KellermanSoftware.NetDataAccessLayer Namespace > Field Class : Length Property
The maximum length of varchar, char, etc
Syntax
Public Property Length As Nullable(Of Integer)
Dim instance As Field
Dim value As Nullable(Of Integer)
 
instance.Length = value
 
value = instance.Length
public Nullable<int> Length {get; set;}
public: __property Nullable<int> get_Length();
public: __property void set_Length( 
   Nullable<int> value
);
public:
property Nullable<int> Length {
   Nullable<int> get();
   void set (    Nullable<int> value);
}
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

Field Class
Field Members