Click or drag to resize
FieldFullTextSearchPredicate Constructor (IEntityFieldCore, IFieldPersistenceInfo, FullTextSearchOperator, String, Boolean)
CTor Adapter specific

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 FieldFullTextSearchPredicate(
	IEntityFieldCore field,
	IFieldPersistenceInfo persistenceInfo,
	FullTextSearchOperator operatorToUse,
	string pattern,
	bool negate
)

Parameters

field
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
Field to compare
persistenceInfo
Type: SD.LLBLGen.Pro.ORMSupportClassesIFieldPersistenceInfo
The persistence info for the field
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