Click or drag to resize

AdoDataConnectionToDataProviderString Method

Generates a data provider string for the given connection type and adapter type.

Namespace: GSF.Data
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.249-beta+56964f8aed6f3f2e54faec1539f7ce0ba6548fdf
Syntax
public static string ToDataProviderString(
	Type connectionType,
	Type adapterType
)
View Source

Parameters

connectionType  Type
The type used to establish a connection to the database.
adapterType  Type
The type used to load data from the database into a data table.

Return Value

String
See Also