Click or drag to resize
DatabaseAdapter Method (String)
Set the database provider factory

Namespace:  DataTables
Assembly:  DataTables (in DataTables.dll) Version: 1.6.5.0 (1.6.5.0)
Syntax
C#
public Database Adapter(
	string set
)

Parameters

set
Type: SystemString
Provider factory name

Return Value

Type: Database
Self for chaining
See Also