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.265-beta+b9fecb767fe978094c19da8101c12474843773cb
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