Click or drag to resize
FieldInfoIsInMultiTargetEntity Property
Flag to signal if the field is in a multi-target entity. Used for alias production during query building in scenario's with inheritance.

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 bool IsInMultiTargetEntity { get; }

Property Value

Type: Boolean

Implements

IFieldInfoIsInMultiTargetEntity
See Also