GigaSpaces XAP.NET Documentation
IdQuery<(Of <(T>)>) Structure
Class LibraryGigaSpaces.CoreIdQuery<(Of <(T>)>)
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.
Declaration Syntax
C#Visual BasicVisual C++J#
public struct IdQuery<T>
Public Structure IdQuery(Of T)
generic<typename T>
public value class IdQuery
J# supports the use of generic APIs, but not the declaration of new ones.
Generic Template Parameters
T
The type of the expected result.
Members
All MembersConstructorsMethodsFields



IconMemberDescription
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.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.0.2.6900 (9.0.2.6900)