Click or drag to resize
DatabaseQuery Method (String, String)
Create a query object to build a database query.

Namespace:  DataTables
Assembly:  DataTables (in DataTables.dll) Version: 1.6.5.0 (1.6.5.0)
Syntax
C#
public Query Query(
	string type,
	string table
)

Parameters

type
Type: SystemString
Database type - this can be 'mysql', 'oracle', 'sqlite' or 'sqlserver'
table
Type: SystemString
Table to setup this query to execute against

Return Value

Type: Query
Query for the database type given
See Also