CacheQueryOptions Properties Breeze.sharp

The CacheQueryOptions type exposes the following members.

Properties

  Name Description
Public property Static member Default
The default value for CacheQueryOptions. May be modified and will affect all of the standard QueryStrategies.
Public property 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.
Public property IsDefault
Is this instance the default instance.
Public property StringComparison
Determines case sensitivity of Cache queries.
Public property 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.
Top
See Also

Reference