Show / Hide Table of Contents

Interface IInsertCommandBuilder

Provides an interface for insert command builder objects.

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

Methods

| Improve this Doc View Source

GetCommand(IValueProvider)

Gets an insert command query ready to insert one entity.

Declaration
IDatabaseCommand GetCommand(IValueProvider valueProvider)
Parameters
Type Name Description
IValueProvider valueProvider

A value provider to extract the value from the source.

Returns
Type Description
IDatabaseCommand

An insert command already parametrized to insert the entity.

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.