Load a provider for the specified ProviderType with default settings.
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);
Provider Class | SnapDAL Namespace