SnapDAL Library Documentation

ICompositeProvider.AddProvider Method 

Adds a new provider to the ICompositeProvider.

Note   This may reset the statement cache.

Provider AddProvider(
   string providerName,
   string connectionString
);

Parameters

providerName
The provider name
connectionString
The connection String to use

Return Value

Returns an ordered array of the providers that exist, included the added one.

See Also

ICompositeProvider Interface | SnapDAL.Providers Namespace