Knight Data Access Layer
DefaultStringLength Property (AutoMap)




KellermanSoftware.NetDataAccessLayer Namespace > AutoMap Class : DefaultStringLength Property
The default string length when doing a CreateTableFromClass. The default is 50.
Syntax
Public Property DefaultStringLength As Integer
Dim instance As AutoMap
Dim value As Integer
 
instance.DefaultStringLength = value
 
value = instance.DefaultStringLength
public int DefaultStringLength {get; set;}
public: __property int get_DefaultStringLength();
public: __property void set_DefaultStringLength( 
   int value
);
public:
property int DefaultStringLength {
   int get();
   void set (    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

AutoMap Class
AutoMap Members