Click or drag to resize
DatabaseSql Method
Execute an raw SQL query - i.e. give the method your own SQL, rather than having the Database classes building it for you.

Namespace:  DataTables
Assembly:  DataTables (in DataTables.dll) Version: 1.7.2.0 (1.7.2.0)
Syntax
C#
public Result Sql(
	string sql
)

Parameters

sql
Type: SystemString
SQL to execute

Return Value

Type: Result
Result instance
See Also