Show / Hide Table of Contents

    Interface ISchemaCacheKeyGenerator<T>

    Inherited Members
    ISchemaCacheKeyGenerator.GenerateKey(Object)
    Namespace: Kros.Data.Schema
    Assembly: Kros.Utils.dll
    Syntax
    public interface ISchemaCacheKeyGenerator<T> : ISchemaCacheKeyGenerator
    Type Parameters
    Name Description
    T

    Database connection type.

    Methods

    GenerateKey(T)

    Declaration
    string GenerateKey(T connection)
    Parameters
    Type Name Description
    T connection
    Returns
    Type Description
    System.String
    Back to top KROS a.s.