Click or drag to resize

FieldCompareValuePredicateField Property

Field used in the comparison expression (SelfServicing).

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public virtual IEntityField Field { get; }

Property Value

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