Click or drag to resize
DynamicRelationBaseLeftOperandPersistenceInfo Property
Gets the persistence info for the left operand. Is null if left operand is a DerivedTableDefinition instead of an IEntityFieldCore

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 IFieldPersistenceInfo LeftOperandPersistenceInfo { get; }

Property Value

Type: IFieldPersistenceInfo

Implements

IDynamicRelationLeftOperandPersistenceInfo
See Also