Click or drag to resize

FieldFullTextSearchPredicate Constructor (IList, FullTextSearchOperator, String, Boolean)

CTor

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax
public FieldFullTextSearchPredicate(
	IList entityFields,
	FullTextSearchOperator operatorToUse,
	string pattern,
	bool negate
)

Parameters

entityFields
Type: System.Collections.IList
The entity fields to include in the CONTAINS/FREETEXT fieldlist. List can contain EntityField or EntityField2 field objects.
operatorToUse
Type: SD.LLBLGen.Pro.ORMSupportClasses.FullTextSearchOperator
operatore to use
pattern
Type: System.String
pattern (incl. full text search commands)
negate
Type: System.Boolean
Flag to make this expression add NOT to itself
Remarks
SqlServer 2005 specific. To set the object alias for the fields, use the field object's method SetObjectAlias instead
See Also