Namespace Mediachase.BusinessFoundation.Data.Sql

Classes

CustomTableRow

DeleteCommandBuilder

Represents Delete Sql Command this.Script.

InsertCommandBuilder

Represents Insert Sql Command this.Script.

SelectCommandBuilder

Represents select command builder.

SelectCommandBuilderParameter

SqlBlobStream

Exposes a Stream around a text, ntext, or image column, supporting both synchronous and asynchronous read and write operations.

SqlCommandBuilder

Represents base sql command bulder class.

SqlContext

Represents a Sql context.

SqlHelper

The SqlHelper class is intended to encapsulate high performance, scalable best practices for common uses of SqlClient.

SqlHelperParameterCache

SqlHelperParameterCache provides functions to leverage a static cache of procedure parameters, and the ability to discover parameters for stored procedures at run-time.

SqlParameterList

Represents the SqlParameter collection.

SqlScript

Represents Sql Script .

SqlTransactionCallback

SqlTransactionScope

Represents sql transaction scope.

TableRow

UpdateCommandBuilder

Represents Update Sql Command this.Script.

Enums

SqlBlobAccess

Defines constants for read, write, or read/write access to a text, ntext, or image column.

Delegates

TransactionCallback