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.250-beta+e1aac152bf9c38c67035c6d283461f222e39e02a
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