ProviderUtil GetProvider Method DataBaseExecutors
Get ProviderType from connection name.

Namespace: DataBaseExecutors
Assembly: DataBaseExecutors (in DataBaseExecutors.dll) Version: 1.0.1.3 (1.0.1.3)
Syntax

public static ProviderType GetProvider(
	string conName
)

Parameters

conName
Type: System String

[Missing <param name="conName"/> documentation for "M:DataBaseExecutors.ProviderUtil.GetProvider(System.String)"]

Return Value

Type: ProviderType

[Missing <returns> documentation for "M:DataBaseExecutors.ProviderUtil.GetProvider(System.String)"]

See Also