DevForce Help Reference
GuidOrdering Property


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.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public ReadOnly Property GuidOrdering As GuidOrdering
'Usage
 
Dim instance As CacheQueryOptions
Dim value As GuidOrdering
 
value = instance.GuidOrdering
[DataMember()]
public GuidOrdering GuidOrdering {get;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CacheQueryOptions Class
CacheQueryOptions Members

Send Feedback