Creates a new SqlQuery using the specified query and the generic type.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public SqlQuery(
string query
)
Public Sub New ( _
query As String _
)
public:
SqlQuery(
String^ query
)
public SqlQuery(
String query
)
Parameters
- query (String)
- Query's text. If null, simple matching is executed using the type.
Assembly:
GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.2.0.0 (10.2.1.14000)