FieldCompareValuePredicate Properties |
The FieldCompareValuePredicate type exposes the following members.
Name | Description | |
---|---|---|
CaseSensitiveCollation |
Gets / sets caseSensitiveCollation flag. If set to true, the UPPER() function (or db specific equivalent) is applied to the field,
IF the value specified is a string value. You can use this to do a case insensitive compare on a case sensitive database. Default: false
| |
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.) | |
Field |
Field used in the comparison expression (SelfServicing).
| |
FieldCore |
Field used in the comparison expression (IEntityFieldCore).
| |
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.) | |
Operator |
Operator to use in the comparison
| |
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
| |
Value |
Value to set for the parameter
|