FieldLikePredicateField 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.12.0.0 (5.12.0)
Syntaxpublic virtual IEntityField Field { get; }
Public Overridable ReadOnly Property Field As IEntityField
Get
Property Value
Type:
IEntityField
ExceptionsException | Condition |
---|
InvalidOperationException | if this object was constructed using a non-selfservicing constructor. |
See Also