Knight Data Access Layer
DefaultValueAttribute Constructor




KellermanSoftware.NetDataAccessLayer.Attributes Namespace > DefaultValueAttribute Class : DefaultValueAttribute Constructor
The default value for the column
Defines the default value for this column
Syntax
Public Function New( _
   ByVal value As Object _
)
Dim value As Object
 
Dim instance As New DefaultValueAttribute(value)
public DefaultValueAttribute( 
   object value
)
public: DefaultValueAttribute( 
   Object* value
)
public:
DefaultValueAttribute( 
   Object^ value
)

Parameters

value
The default value for the column
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

DefaultValueAttribute Class
DefaultValueAttribute Members