Show / Hide Table of Contents

    Class BuiltInConnectionFactory

    The built-in connection factory.

    Inheritance
    System.Object
    BuiltInConnectionFactory
    Implements
    IConnectionFactory
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Bayat.SaveSystem.Storage
    Assembly: Bayat.SaveSystem.Runtime.dll
    Syntax
    public class BuiltInConnectionFactory : IConnectionFactory

    Methods

    | Improve this Doc View Source

    CreateStorage(StorageConnectionString)

    Declaration
    public IStorage CreateStorage(StorageConnectionString connectionString)
    Parameters
    Type Name Description
    StorageConnectionString connectionString
    Returns
    Type Description
    IStorage

    Implements

    IConnectionFactory
    • Improve this Doc
    • View Source
    • 0 Comments