Click or drag to resize

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.9.0.0 (5.9.0)
Syntax
ITypeDefaultValue TypeDefaultValueProviderToUse { get; set; }

Property Value

Type: ITypeDefaultValue
See Also