Click or drag to resize
EditorDb Method (Database)
Set the database connection instance

Namespace:  DataTables
Assembly:  DataTables (in DataTables.dll) Version: 1.6.5.0 (1.6.5.0)
Syntax
C#
public Editor Db(
	Database db
)

Parameters

db
Type: DataTablesDatabase
Connection instance to set

Return Value

Type: Editor
Self for chaining
See Also