Interface IConnectionFactory
Connection factory is responsible for creating storage instances from connection strings.
Namespace: Bayat.SaveSystem.Storage
Assembly: Bayat.SaveSystem.Runtime.dll
Syntax
public interface IConnectionFactory
Methods
| Improve this Doc View SourceCreateStorage(StorageConnectionString)
Creates a storage instance from connection string if possible. When this factory does not support this connection string it returns null.
Declaration
IStorage CreateStorage(StorageConnectionString connectionString)
Parameters
Type | Name | Description |
---|---|---|
StorageConnectionString | connectionString |
Returns
Type | Description |
---|---|
IStorage |