IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : CacheQueryOptions Class |
The following tables list the members exposed by CacheQueryOptions.
Name | Description | |
---|---|---|
CacheQueryOptions Constructor | Ctor. |
Name | Description | |
---|---|---|
DefaultSqlServerCompatibility | Options that represents a default SQL Server installations and settings. | |
None | To be used when standard CLR semantics should be used and no compatibility with the backend datastore is needed. |
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. |
Name | Description | |
---|---|---|
Equals | See System.Object.Equals(System.Object). | |
GetHashCode | Serves as the default hash function. | |
GetType | (Inherited from object) | |
ToString | (Inherited from object) |
Name | Description | |
---|---|---|
Finalize | (Inherited from object) | |
MemberwiseClone | (Inherited from object) |
Equality | Operator == overload. |
Inequality | Operator != overload. |