AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

SqlProviderResolver..::..ActiveProviderName Method

Returns the canonical provider name ("Microsoft.Data.SqlClient" or "System.Data.SqlClient") for the given connection string name.

Namespace:  AdvantageCMS.Data
Assembly:  AdvantageCMS.Data (in AdvantageCMS.Data.dll)

Syntax


public static string ActiveProviderName(
	string connectionName
)

Parameters

connectionName
Type: String