RedBase Documentation

Welcome to the RedBase documentation portal. Browse the API reference, explore code examples, and learn how to build with REDB.

API Reference

Browse the REDB API documentation. Select a namespace or type from the tree on the left, or click on items below.

Showing: redb.MSSql.Data Show all

redb.MSSql.Data

Classes

C SqlBulkOperations MS SQL Server implementation of IBulkOperations using SqlBulkCopy.
C SqlKeyGenerator MS SQL Server implementation of key generator.
C SqlRedbConnection MS SQL Server implementation of IRedbConnection using Microsoft.Data.SqlClient.
C SqlRedbContext MS SQL Server implementation of REDB context.
C SqlRedbTransaction MS SQL Server implementation of IRedbTransaction using SqlTransaction.