Click or drag to resize
FieldFullTextSearchPredicate Constructor (IList, FullTextSearchOperator, String)
CTor

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(
	IList entityFields,
	FullTextSearchOperator operatorToUse,
	string pattern
)

Parameters

entityFields
Type: System.CollectionsIList
The entity fields to include in the CONTAINS/FREETEXT fieldlist. List can contain EntityField or EntityField2 field objects.
operatorToUse
Type: SD.LLBLGen.Pro.ORMSupportClassesFullTextSearchOperator
operatore to use
pattern
Type: SystemString
pattern (incl. full text search commands)
Remarks
SqlServer 2005 specific. To set the object alias for the fields, use the field object's method SetObjectAlias instead
See Also