Click or drag to resize
FieldBetweenPredicate Properties

The FieldBetweenPredicate type exposes the following members.

Properties
  NameDescription
Public propertyBeginIsField
Gets beginIsField, flag to signal if the ValueBegin is a field object
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 propertyEndIsField
Gets endIsField, flag to signal if the ValueEnd is a field object
Public propertyField
Field used in the comparison expression (SelfServicing).
Public propertyFieldBegin
Gets the field which is the ValueBegin
Public propertyFieldBeginCore
Gets the fieldcore which is the ValueBegin
Public propertyFieldCore
Field used in the comparison expression (IEntityFieldCore).
Public propertyFieldEnd
Gets the field which is the ValueEnd
Public propertyFieldEndCore
Gets the fieldcore which is the ValueEnd
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 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 propertyPersistenceInfo
Gets / sets persistenceInfo for field
Public propertyPersistenceInfoBegin
Gets or sets the persistence info for the BeginValue, if that's a field
Public propertyPersistenceInfoEnd
Gets or sets the persistence info for the EndValue, if that's a field
Public propertyValueBegin
Gets / sets valueBegin
Public propertyValueEnd
Gets / sets valueEnd
Top
See Also