Interface ISchemaCacheKeyGenerator<T>
Inherited Members
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 |