Assembly: Keystone.Carbonite.Diamant.MySql (in Keystone.Carbonite.Diamant.MySql.dll)
Name | Description | |
---|---|---|
CodeFirstMySqlDao<TEntity> | The base class of any Diamant ORM DAO in which persistence operations for MySQL data stores are written in traditional ADO.NET code. | |
CodeFirstMySqlGroupingDao<TEntity, TEntityGroup> | The base class of any Diamant ORM DAO that reads MySQL data in an aggregated fashion. Readings are written in traditional ADO.NET query code. | |
CodeFirstMySqlProgramDao<TProgramResult, TProgramArguments> | The base class of any Diamant ORM DAO that encapsulates a parameterized program hosted and executed by MySQL data stores. Statements that activates the parameterized program are written in traditional ADO.NET code. | |
CodeFirstMySqlProgramDao<TProgramResult> | The base class of any Diamant ORM DAO that encapsulates a parameterless program hosted and executed by MySQL data stores. Statements that activates the parameterless program are written in traditional ADO.NET code. | |
ConfigurationFirstMySqlDao<TEntity> | The base class of any Diamant ORM DAO in which persistence operations for MySQL data stores are automatically created by using TableMappings declaratively expressed. | |
ConfigurationFirstMySqlGroupingDao<TEntity, TEntityGroup> | The base class of any Diamant ORM DAO in which group data reading operations for MySQL data stores are automatically created by using TableMappings declaratively expressed. | |
ConventionFirstMySqlDao<TEntity> | The base class of any Diamant ORM DAO in which persistence operations for MySQL data stores are automatically created by inferring data schema in accordance with TEntity characteristics. | |
MySqlCarboniteController | Creates and hosts Diamant DAO instances, acting for them as a communication manager to call the functions of MySQL data store connections. |
Windows, Windows Server, OS X, macOS, iOS, tvOS, Android, Linux, AWS, Azure
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.