EntityFieldCoreIsInMultiTargetEntity 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.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax [XmlIgnoreAttribute]
public bool IsInMultiTargetEntity { get; }
<XmlIgnoreAttribute>
Public ReadOnly Property IsInMultiTargetEntity As Boolean
Get
Property Value
Type:
BooleanImplements
IFieldInfoIsInMultiTargetEntitySee Also