Click or drag to resize
FieldCompareSetPredicateSetField Property
Field used in the subquery (the field the set is of) (SelfServicing).

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 virtual IEntityField SetField { get; }

Property Value

Type: IEntityField
Exceptions
ExceptionCondition
InvalidOperationExceptionif this object was constructed using a non-selfservicing constructor.
See Also