Click or drag to resize

IEntityPropertyProjectorAlternativeValueProducer Property

Gets or sets the alternative value producer. Only used if ValueFilter is set to a valid filter and that filter resolves to false for the entity passed into ProjectEntityProperty.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
IEntityFieldCore AlternativeValueProducer { get; set; }

Property Value

Type: IEntityFieldCore
See Also