Click or drag to resize
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; }

Property Value

Type: String
See Also