| 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.DataImportAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic string DefaultValue { get; set; }Public Property DefaultValue As String
	Get
	Set
Property Value
Type: 
String
See Also