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.240-beta+897dce54fc8a4a27d3c8972aabbe9a3d48c9c170
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