Click or drag to resize
EntityPropertyProjectorDefaultValueProducer Property
Gets or sets the default value producer. This object produces the value returned by ProjectEntityProperty if ValueFilter isn't set or resolves to true for the entity passed into ProjectEntityProperty.

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
public IEntityFieldCore DefaultValueProducer { get; set; }

Property Value

Type: IEntityFieldCore

Implements

IEntityPropertyProjectorDefaultValueProducer
See Also