Show / Hide Table of Contents

Interface ICommandBuilderManager

Provides an interface for command builder manager objects.

Namespace: Paradigm.ORM.Data.CommandBuilders
Assembly: Paradigm.ORM.Data.dll
Syntax
public interface ICommandBuilderManager : IDisposable

Properties

| Improve this Doc View Source

DeleteCommandBuilder

Gets the delete command builder.

Declaration
IDeleteCommandBuilder DeleteCommandBuilder { get; }
Property Value
Type Description
IDeleteCommandBuilder

The delete command builder.

| Improve this Doc View Source

InsertCommandBuilder

Gets the insert command builder.

Declaration
IInsertCommandBuilder InsertCommandBuilder { get; }
Property Value
Type Description
IInsertCommandBuilder

The insert command builder.

| Improve this Doc View Source

LastInsertIdCommandBuilder

Gets the last insert identifier command builder.

Declaration
ILastInsertIdCommandBuilder LastInsertIdCommandBuilder { get; }
Property Value
Type Description
ILastInsertIdCommandBuilder

The last insert identifier command builder.

| Improve this Doc View Source

SelectCommandBuilder

Gets the select command builder.

Declaration
ISelectCommandBuilder SelectCommandBuilder { get; }
Property Value
Type Description
ISelectCommandBuilder

The select command builder.

| Improve this Doc View Source

SelectOneCommandBuilder

Gets the select one command builder.

Declaration
ISelectOneCommandBuilder SelectOneCommandBuilder { get; }
Property Value
Type Description
ISelectOneCommandBuilder

The select one command builder.

| Improve this Doc View Source

UpdateCommandBuilder

Gets the update command builder.

Declaration
IUpdateCommandBuilder UpdateCommandBuilder { get; }
Property Value
Type Description
IUpdateCommandBuilder

The update command builder.

Extension Methods

ObjectExtensions.ThrowIfFails<TException>(Object, Action, String)
ObjectExtensions.ThrowIfFails<TException, TResult>(Object, Func<TResult>, String)
ObjectExtensions.ThrowIfFailsAsync<TException>(Object, Func<Task>, String)
ObjectExtensions.ThrowIfFailsAsync<TException, TResult>(Object, Func<Task<TResult>>, String)
  • Improve this Doc
  • View Source
Powered by MiracleDevs ©2017. Code licensed under the MIT License.
Documentation generated by DocFX.