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

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

typeName (String)

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

query (String)

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

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