Click or drag to resize
EntityCoreTFieldsIEntityCoreTypeDefaultValueProviderToUse 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.3.0.0 (5.3.0)
Syntax
[BrowsableAttribute(false)]
[XmlIgnoreAttribute]
ITypeDefaultValue IEntityCore.TypeDefaultValueProviderToUse { get; set; }

Property Value

Type: ITypeDefaultValue

Implements

IEntityCoreTypeDefaultValueProviderToUse
See Also