Show / Hide Table of Contents

Interface ILastInsertIdCommandBuilder

Provides an interface for last inserted id command builder objects.

Namespace: Paradigm.ORM.Data.CommandBuilders
Assembly: Paradigm.ORM.Data.dll
Syntax
public interface ILastInsertIdCommandBuilder : ICommandBuilder, IDisposable

Methods

| Improve this Doc View Source

GetCommand()

Gets a command to retrieve the last inserted id.

Declaration
IDatabaseCommand GetCommand()
Returns
Type Description
IDatabaseCommand

a command already parametrized to retrieve the last inserted id.

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)

See Also

ICommandBuilder
  • Improve this Doc
  • View Source
Powered by MiracleDevs ©2017. Code licensed under the MIT License.
Documentation generated by DocFX.