FieldFullTextSearchPredicate Constructor (IEntityField, FullTextSearchOperator, String, Boolean) |
CTor
SelfServicing specific
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 FieldFullTextSearchPredicate(
IEntityField field,
FullTextSearchOperator operatorToUse,
string pattern,
bool negate
)
Public Sub New (
field As IEntityField,
operatorToUse As FullTextSearchOperator,
pattern As String,
negate As Boolean
)
Parameters
- field
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityField
Field to compare - operatorToUse
- Type: SD.LLBLGen.Pro.ORMSupportClassesFullTextSearchOperator
operatore to use - pattern
- Type: SystemString
pattern (incl. full text search commands) - negate
- Type: SystemBoolean
Flag to make this expression add NOT to itself
See Also