Gets or sets default value for an input parameter.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public string DefaultValue { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property DefaultValue As String |
| Visual C++ |
|---|
public: property String^ DefaultValue { String^ get (); void set (String^ value); } |