FieldFullTextSearchPredicateField Property |
Field used in the comparison expression (SelfServicing).
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.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