Assembly: Keystone.Carbonite.Diamant.Sql (in Keystone.Carbonite.Diamant.Sql.dll)

Name Description
Public class CodeFirstSqlDao<TEntity> The base class of any Diamant ORM DAO in which persistence operations for SQL Server data stores are written in traditional ADO.NET code.
Public class CodeFirstSqlGroupingDao<TEntity, TEntityGroup> The base class of any Diamant ORM DAO that reads SQL Server data in an aggregated fashion.

Readings are written in traditional ADO.NET query code.
Public class CodeFirstSqlProgramDao<TProgramResult, TProgramArguments> The base class of any Diamant ORM DAO that encapsulates a parameterized program hosted and executed by SQL Server data stores.

Statements that activates the parameterized program are written in traditional ADO.NET code.
Public class CodeFirstSqlProgramDao<TProgramResult> The base class of any Diamant ORM DAO that encapsulates a parameterless program hosted and executed by SQL Server data stores.

Statements that activates the parameterless program are written in traditional ADO.NET code.
Public class ConfigurationFirstSqlDao<TEntity> The base class of any Diamant ORM DAO in which persistence operations for SQL Server data stores are automatically created by using TableMappings declaratively expressed.
Public class ConfigurationFirstSqlGroupingDao<TEntity, TEntityGroup> The base class of any Diamant ORM DAO in which group data reading operations for SQL Server data stores are automatically created by using TableMappings declaratively expressed.
Public class ConventionFirstSqlDao<TEntity> The base class of any Diamant ORM DAO in which persistence operations for SQL Server data stores are automatically created by inferring data schema in accordance with TEntity characteristics.
Public class SqlCarboniteController Creates and hosts Diamant DAO instances, acting for them as a communication manager to call the functions of SQL Server data store connections.
Top

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.

.NET Framework

Supported in: 4.6

Others

Xamarin, Mono