Click or drag to resize

FieldFullTextSearchPredicate Constructor (IEntityField, FullTextSearchOperator, String)

CTor SelfServicing specific

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public FieldFullTextSearchPredicate(
	IEntityField field,
	FullTextSearchOperator operatorToUse,
	string pattern
)

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