The CacheQueryOptions type exposes the following members.
Properties
Name | Description | |
---|---|---|
Default |
The default value for CacheQueryOptions. May be modified and will affect all of the standard QueryStrategies.
|
|
GuidOrdering |
Determines whether to use standard CLR semantics for sorting Guids or the SQL Server default mechanism
in which only the last 6 bytes of a value are evaluated.
|
|
IsDefault |
Is this instance the default instance.
|
|
StringComparison |
Determines case sensitivity of Cache queries.
|
|
UseSql92CompliantStringComparison |
Determines whether String comparisons are performed according to the ANSI SQL92 specification. In particular,
the ANSI standard requires padding for the character strings used in comparisons so that their lengths match before comparing them.
|
See Also