Class ProviderFactory
Factory that creates instances by provider name.
public static class ProviderFactory
Inheritance
Properties
SupportedProviders
Returns the list of all recognized provider names (including not-yet-implemented ones).
public static string[] SupportedProviders { get; }
Methods
Create(string)
Creates a new for the given provider name.
public static IDataProvider Create(string providerName)