The following tables list the members exposed by the ConventionFirstSqlDao<TEntity> type.
Name | Description | |
---|---|---|
Carbonite | Gets the carbonite controller that hosts the current DAO and offers data store context to it. (inherited from BaseDao<TDataContext, TCarboniteController, TTransaction, TTransactionCreationParameters>). | |
ColumnNames | Gets the column names to create SQL SELECT statements. (inherited from ConfigurationFirstDiamantDao<TEntity, TDataContext, TDataCommand, TDataReader>). | |
ColumnNamesAndExpressions | Gets the column names and expressions to create SQL SELECT statements. (inherited from ConfigurationFirstDiamantDao<TEntity, TDataContext, TDataCommand, TDataReader>). | |
Entities | Routes an entity read request to the underlying relational data store, so that all TEntity entities are obtained. (inherited from DiamantDao<TEntity, TDataContext, TDataCommand, TDataReader>). | |
InsertionColumnNames | Gets the insertion column names to create SQL INSERT statements. (inherited from ConfigurationFirstDiamantDao<TEntity, TDataContext, TDataCommand, TDataReader>). | |
PrimaryKeyColumnsAndCommandParameterNames | Gets the primary key columns and command parameter names to create SQL WHERE clauses. (inherited from ConfigurationFirstDiamantDao<TEntity, TDataContext, TDataCommand, TDataReader>). | |
TableMappings | Gets the concrete table mappings to automatically configure create, read, update and delete SQL commands. (inherited from ConfigurationFirstDiamantDao<TEntity, TDataContext, TDataCommand, TDataReader>). |