GigaSpaces XAP.NET Documentation
View Constructor (type, query)
Class LibraryGigaSpaces.CoreViewView(Type, String)
Create an instance using the specified type and query.
Declaration Syntax
C#Visual BasicVisual C++J#
public View(
	Type type,
	string query
)
Public Sub New ( _
	type As Type, _
	query As String _
)
public:
View(
	Type^ type, 
	String^ query
)
public View(
	Type type,
	String query
)
Parameters
type (Type)
Query type.
query (String)
Sql-like query string.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.0.0.0 (10.0.1.11800)