Click or drag to resize
FieldCompareExpressionPredicateField 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.3.0.0 (5.3.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