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.0.0.0 (5.0.0)
Syntax
public IFieldPersistenceInfo LeftOperandPersistenceInfo { get; }

Property Value

Type: IFieldPersistenceInfo

Implements

IDynamicRelationLeftOperandPersistenceInfo
See Also