SnapDAL Library Documentation

Provider.Create Method

Load a provider for the specified ProviderType with default settings.

Overload List

Load a provider for the specified ProviderType with default settings.

public static Provider Create(ProviderType);

Factory for loading providers

public static Provider Create(ProviderType,StatementManager);

Load a provider for the specified ProviderType with default settings.

public static Provider Create(string);

Load a provider for the specified ProviderType with default settings.

public static Provider Create(string,StatementManager);

Load a provider for the specified ProviderType with default settings.

public static Provider Create(string,DirectoryInfo);

Factory to load a provider

public static Provider Create(string,string,StatementManager);

See Also

Provider Class | SnapDAL Namespace