Class to encapsulate information of a query based on a Space ID.
An ID query is composed of a type (provided either as a .NET type or as a string which contains the type name)
and an ID value, and optionally a routing value an a query result type indicator.
| C# | Visual Basic | Visual C++ | J# |
public struct IdQuery<T>
Public Structure IdQuery(Of T)
generic<typename T> public value class IdQuery
- T
- The type of the expected result.
| All Members | Constructors | Methods | Fields | ||
| Icon | Member | Description |
|---|---|---|
| IdQuery<(Of <(T>)>)(String, Object, Object) |
Creates an IdQuery using specified type name.
| |
| IdQuery<(Of <(T>)>)(String, Object) |
Creates an IdQuery using specified type name.
| |
| IdQuery<(Of <(T>)>)(Object, Object) |
Creates an IdQuery using the instance generic type.
| |
| IdQuery<(Of <(T>)>)(Object) |
Creates an IdQuery using the instance generic type.
| |
| Equals(Object) |
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Returns the hash code for this instance.
(Inherited from ValueType.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Id |
The id to match.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Routing |
The routing value used to determine the partition to query.
| |
| ToString()()() |
Returns the fully qualified type name of this instance.
(Inherited from ValueType.) | |
| TypeName |
The name of type to query.
|
