Show / Hide Table of Contents

Interface ISelectOneCommandBuilder

Provides an interface select one command builder objects.

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

Methods

| Improve this Doc View Source

GetCommand(Object[])

Gets the select one command ready to execute the select query.

Declaration
IDatabaseCommand GetCommand(params object[] ids)
Parameters
Type Name Description
System.Object[] ids

The id values of the entity that will be selected from the database.

Returns
Type Description
IDatabaseCommand

A select command already parametrized to execute.

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.