Interface ISchemaCacheKeyGenerator
Cache key generator for DatabaseSchemaCache.
Namespace: Kros.Data.Schema
Assembly: Kros.Utils.dll
Syntax
public interface ISchemaCacheKeyGenerator
Methods
GenerateKey(Object)
Generates a cache key for connection
.
Declaration
string GenerateKey(object connection)
Parameters
Type | Name | Description |
---|---|---|
System.Object | connection | Database connection. |
Returns
Type | Description |
---|---|
System.String | String, which identifies |