Search Results for

    Show / Hide Table of Contents

    Class SQLStorageProvider

    Inheritance
    System.Object
    SQLStorageProvider
    Implements
    IStorageProvider
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Framework.Extension
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public class SQLStorageProvider : IStorageProvider

    Constructors

    | Improve this Doc View Source

    SQLStorageProvider()

    Declaration
    public SQLStorageProvider()

    Properties

    | Improve this Doc View Source

    TenantId

    Declaration
    public Guid? TenantId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>

    Methods

    | Improve this Doc View Source

    Delete(Guid)

    Declaration
    public void Delete(Guid id)
    Parameters
    Type Name Description
    System.Guid id
    | Improve this Doc View Source

    Read(Guid)

    Declaration
    public byte[] Read(Guid id)
    Parameters
    Type Name Description
    System.Guid id
    Returns
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    Write(Guid, Byte[])

    Declaration
    public void Write(Guid id, byte[] data)
    Parameters
    Type Name Description
    System.Guid id
    System.Byte[] data

    Implements

    IStorageProvider
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx