Click or drag to resize

EntityPropertyProjectorAlternativeValueProducer 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.9.0.0 (5.9.0)
Syntax
public IEntityFieldCore AlternativeValueProducer { get; set; }

Property Value

Type: IEntityFieldCore

Implements

IEntityPropertyProjectorAlternativeValueProducer
See Also