Gets default value for a type.

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public abstract string DefaultValue { get; }
Visual Basic (Declaration)
Public MustOverride ReadOnly Property DefaultValue As String
Visual C++
public:
virtual property String^ DefaultValue {
	String^ get () abstract;
}

See Also