Create a new SqlQuery using the specified instance and query.

Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
Public Sub New ( _
template As Object, _
query As String _
)

Parameters
- template (Object)
- Object instance to be used for class matching and dynamic parameters.
- query (String)
- Query's text. If null, a simple matching is executed using the instance.
Assembly:
GigaSpaces.Core (Module: GigaSpaces.Core) Version: 6.6.3.3200 (6.6.3.3200)