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.1.0.0 (5.1.0)
Syntax public IList FieldsList { get; }
Public ReadOnly Property FieldsList As IList
Get
Property Value
Type:
IListRemarks SqlServer 2005 specific
See Also