Click or drag to resize
FieldFullTextSearchPredicate Constructor (IEntityFieldCore, IFieldPersistenceInfo, FullTextSearchOperator, String)
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
)

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)
See Also