Interface IDatabaseLayer<SqlDbType>
- Namespace
- SunamoInterfaces.Interfaces
- Assembly
- SunamoInterfaces.dll
Must be in sunamo because is shared between MSSQL and SQL Server project.
public interface IDatabaseLayer<SqlDbType> where SqlDbType : notnull
Type Parameters
SqlDbTypeThe type representing SQL database types.
- Extension Methods
Properties
HiddenTables
Dictionary of hidden tables.
Dictionary<SqlDbType, string> HiddenTables { get; set; }
Property Value
- Dictionary<SqlDbType, string>
UsedTables
Dictionary of used tables.
Dictionary<SqlDbType, string> UsedTables { get; set; }
Property Value
- Dictionary<SqlDbType, string>