FieldBetweenPredicate Properties |
The FieldBetweenPredicate type exposes the following members.
Name | Description | |
---|---|---|
BeginIsField |
Gets beginIsField, flag to signal if the ValueBegin is a field object
| |
DatabaseSpecificCreator |
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.) | |
EndIsField |
Gets endIsField, flag to signal if the ValueEnd is a field object
| |
Field |
Field used in the comparison expression (SelfServicing).
| |
FieldBegin |
Gets the field which is the ValueBegin
| |
FieldBeginCore |
Gets the fieldcore which is the ValueBegin
| |
FieldCore |
Field used in the comparison expression (IEntityFieldCore).
| |
FieldEnd |
Gets the field which is the ValueEnd
| |
FieldEndCore |
Gets the fieldcore which is the ValueEnd
| |
InstanceType |
The PredicateType of this instance. Used to determine the instance nature without a lot of casting.
(Inherited from Predicate.) | |
Negate |
Flag for setting the Predicate to negate itself, i.e. to add 'NOT' to its result.
(Inherited from Predicate.) | |
ObjectAlias |
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.) | |
Parameters |
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.) | |
PersistenceInfo |
Gets / sets persistenceInfo for field
| |
PersistenceInfoBegin |
Gets or sets the persistence info for the BeginValue, if that's a field
| |
PersistenceInfoEnd |
Gets or sets the persistence info for the EndValue, if that's a field
| |
ValueBegin |
Gets / sets valueBegin
| |
ValueEnd |
Gets / sets valueEnd
|