Click or drag to resize
FieldFullTextSearchPredicate Properties

The FieldFullTextSearchPredicate type exposes the following members.

Properties
  NameDescription
Public propertyDatabaseSpecificCreator
Object which will be used to create valid parameter objects, field names, including prefix/postfix characters, and conversion routines, and field names, including prefix/postfix characters. Uses the strategy pattern so the generic code can work with more than one target database.
(Inherited from Predicate.)
Public propertyField
Field used in the comparison expression (SelfServicing).
Public propertyFieldCore
Field used in the comparison expression (IEntityFieldCore).
Public propertyFieldsList
Gets / sets the entity fields to include in the CONTAINS/FREETEXT fieldlist. List can contain EntityField or EntityField2 field objects.
Public propertyInstanceType
The PredicateType of this instance. Used to determine the instance nature without a lot of casting.
(Inherited from Predicate.)
Public propertyNegate
Flag for setting the Predicate to negate itself, i.e. to add 'NOT' to its result.
(Inherited from Predicate.)
Public propertyObjectAlias
Alias for the object the field belongs to. Used to identify which entity to use when the entity is present multiple times in a relation collection. Alias has to match an alias specified in the relation collection or should be left empty if no alias is specified (or no relation collection is used).
(Inherited from Predicate.)
Public propertyOperatorToUse
Gets / sets operatorToUse
Public propertyParameters
The list of parameters created when the Predicate was translated to text usable in a query. Only valid after a succesful call to ToQueryText
(Inherited from Predicate.)
Public propertyPattern
Gets / sets the pattern to use in a Field LIKE Pattern clause.
Public propertyPersistenceInfo
Gets / sets persistenceInfo for field
Public propertyPersistenceInfosFieldsList
Gets / sets persistenceInfosFieldsList
Public propertyTargetIsFieldList
Returns true if the target of this predicate is a list of fields instead of a single field.
Top
See Also