Click or drag to resize

FieldFullTextSearchPredicateFieldsList Property

Gets / sets the entity fields to include in the CONTAINS/FREETEXT fieldlist. List can contain EntityField or EntityField2 field objects.

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 IList FieldsList { get; }

Property Value

Type: IList
Remarks
SqlServer 2005 specific
See Also