ImportableDBFieldDefaultValue Property |
The default value for this field. It is represented in a string, since it's only used in the
code generation process. If null, the field has no default value.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.Extensibility.DataImport
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax public string DefaultValue { get; set; }
Public Property DefaultValue As String
Get
Set
Property Value
Type:
StringSee Also