GigaSpaces XAP.NET Documentation
IdQuery<(Of <(<'T>)>)> Class
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 class IdQuery<T> : IQuery<T>, IQueryInternal
Public Class IdQuery(Of T) _
	Implements IQuery(Of T), IQueryInternal
generic<typename T>
public ref class IdQuery : IQuery<T>, 
	IQueryInternal
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 MembersConstructorsMethodsPropertiesFields



IconMemberDescription
IdQuery<(Of <(<'T>)>)>(String, Object, Object, Int32)
Creates an IdQuery using specified type name.

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, Int32)
Creates an IdQuery using the instance generic type.

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)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
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.)
Projections
Gets or sets projection properties which specifies that a result for an operation using this query should contain data for the specified projection properties. Other properties which were not specifies as a projection will not contain data. By default, if no projection was added, all the properties are returned with full data.

Routing
The routing value used to determine the partition to query.

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
TypeName
The name of type to query.

Version
The version to consider when performing a modifying operation (take/clear/change), 0 version means no version check should be made.

Inheritance Hierarchy
Object
IdQuery<(Of <(<'T>)>)>

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.2.0.0 (14.2.0.20400)