| IEntityCoreTypeDefaultValueProviderToUse Property  | 
 
            Gets or sets the TypeDefaultValue provider to use. This object is used to provide default values for value typed fields which are null 
            and not of type Nullable(Of T)
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
SyntaxITypeDefaultValue TypeDefaultValueProviderToUse { get; set; }Property TypeDefaultValueProviderToUse As ITypeDefaultValue
	Get
	Set
Property Value
Type: 
ITypeDefaultValue
See Also