DevForce Help Reference
CacheQueryOptions Class Members
Fields  Properties  Methods 


The following tables list the members exposed by CacheQueryOptions.

Public Constructors
 NameDescription
Public ConstructorCacheQueryOptions Constructor Ctor.  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)DefaultSqlServerCompatibility Options that represents a default SQL Server installations and settings.  
Public Fieldstatic (Shared in Visual Basic)None To be used when standard CLR semantics should be used and no compatibility with the backend datastore is needed.  
Top
Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)Default The default value for CacheQueryOptions. May be modified and will affect all of the standard QueryStrategies.  
Public PropertyGuidOrdering 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 PropertyIsDefault Is this instance the default instance.  
Public PropertyStringComparison Determines case sensitivity of Cache queries.  
Public PropertyUseSql92CompliantStringComparison 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
Public Methods
 NameDescription
Public MethodEqualsSee System.Object.Equals(System.Object).  
Public MethodGetHashCodeServes as the default hash function.  
Public MethodGetType (Inherited from object)
Public MethodToString (Inherited from object)
Top
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top
Public Operators
public Operator Equality Operator == overload.
public Operator Inequality Operator != overload.
Top
See Also

Reference

CacheQueryOptions Class
IdeaBlade.EntityModel Namespace

Send Feedback