GigaSpaces XAP.NET Documentation
IdsQuery<(Of <(T>)>) Constructor (typeName, ids)
Class LibraryGigaSpaces.CoreIdsQuery<(Of <(T>)>)IdsQuery<(Of <(T>)>)(String, array<Object>[]()[])
Creates an IdsQuery using specified type name.
Declaration Syntax
C#Visual BasicVisual C++J#
public IdsQuery(
	string typeName,
	Object[] ids
)
Public Sub New ( _
	typeName As String, _
	ids As Object() _
)
public:
IdsQuery(
	String^ typeName, 
	array<Object^>^ ids
)
public IdsQuery(
	String typeName,
	Object[] ids
)
Parameters
typeName (String)
Query type name.
ids (array< Object >[]()[])
Ids to match.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.7.0.0 (9.7.2.11000)