FieldFullTextSearchPredicate Constructor (IList, FullTextSearchOperator, String) | 
 
            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)
Syntaxpublic FieldFullTextSearchPredicate(
	IList entityFields,
	FullTextSearchOperator operatorToUse,
	string pattern
)
Public Sub New ( 
	entityFields As IList,
	operatorToUse As FullTextSearchOperator,
	pattern As String
)
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) 
RemarksSqlServer 2005 specific. To set the object alias for the fields, use the field object's method SetObjectAlias instead
See Also