FieldFullTextSearchPredicateField 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.1.0.0 (5.1.0)
Syntax public virtual IEntityField Field { get; }
Public Overridable ReadOnly Property Field As IEntityField
Get
Property Value
Type:
IEntityFieldExceptions Exception | Condition |
---|
InvalidOperationException | if this object was constructed using a non-selfservicing constructor or when the predicate was constructed with a fieldslist. |
See Also