DataStoreBase.RegisterDataStoreProvider Method
| Name | Parameters | Description |
|---|---|---|
| RegisterDataStoreProvider(String, DataStoreCreationFromConnectionDelegate) static | connectionTypeShortName, createFromConnectionDelegate | Registers a data store provider using a specified connection type name and a procedure that establishes a connection for the provider. |
| RegisterDataStoreProvider(String, DataStoreCreationFromStringDelegate) static | providerKey, createFromStringDelegate | Registers a data store provider using a specified name and a procedure that establishes a connection for the provider. |