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.181-beta
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