Class ProviderFactory

Assembly: redb.Export.dll

Factory that creates instances by provider name.

public static class ProviderFactory

Inheritance

ObjectProviderFactory

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)