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.10.0.0 (5.10.0)
Syntaxpublic string DefaultValue { get; set; }Public Property DefaultValue As String
	Get
	Set
Property Value
Type: 
String
See Also