Show / Hide Table of Contents

Interface IUpdateCommandBuilder

Provides an interface for update command builder objects.

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

Methods

| Improve this Doc View Source

GetCommand(IValueProvider)

Gets an update command query ready to update 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 update command already parametrized to update 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.