GigaSpaces XAP.NET Documentation
SqlQuery Constructor (type, query)
Class LibraryGigaSpaces.CoreSqlQuerySqlQuery(Type, String)
Initializes a new instance of the SqlQuery class
Declaration Syntax
C#Visual BasicVisual C++J#
protected SqlQuery(
	Type type,
	string query
)
Protected Sub New ( _
	type As Type, _
	query As String _
)
protected:
SqlQuery(
	Type^ type, 
	String^ query
)
protected SqlQuery(
	Type type,
	String query
)
Parameters
type (Type)

[Missing <param name="type"/> documentation for "M:GigaSpaces.Core.SqlQuery.#ctor(System.Type,System.String)"]

query (String)

[Missing <param name="query"/> documentation for "M:GigaSpaces.Core.SqlQuery.#ctor(System.Type,System.String)"]

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