Search Results for

    Show / Hide Table of Contents

    Interface IPreCommandBuilder<TEntity, TReturn>

    Represents a pre-command builder to configure the query.

    Inherited Members
    IQueryCommandBuilder<TEntity, TReturn>.TrackChanges(Boolean)
    IQueryCommandBuilder<TEntity, TReturn>.QueryAsync(CancellationToken)
    ISpecficVenflowCommandBuilder<IQueryCommand<TEntity, TReturn>, IBaseQueryRelationBuilder<TEntity, TEntity, TReturn>>.Build()
    ISpecficVenflowCommandBuilder<IQueryCommand<TEntity, TReturn>, IBaseQueryRelationBuilder<TEntity, TEntity, TReturn>>.Log(Boolean)
    ISpecficVenflowCommandBuilder<IQueryCommand<TEntity, TReturn>, IBaseQueryRelationBuilder<TEntity, TEntity, TReturn>>.LogTo(LoggerCallback)
    ISpecficVenflowCommandBuilder<IQueryCommand<TEntity, TReturn>, IBaseQueryRelationBuilder<TEntity, TEntity, TReturn>>.LogTo(LoggerCallback[])
    Namespace: Venflow.Commands
    Assembly: Venflow.dll
    Syntax
    public interface IPreCommandBuilder<TEntity, TReturn> : IQueryCommandBuilder<TEntity, TReturn>, ISpecficVenflowCommandBuilder<IQueryCommand<TEntity, TReturn>, IBaseQueryRelationBuilder<TEntity, TEntity, TReturn>> where TEntity : class, new()
        where TReturn : class, new()
    Type Parameters
    Name Description
    TEntity

    The type of the entity which will be queried.

    TReturn

    The return type of the query.

    Methods

    | Improve this Doc View Source

    AddFormatter()

    Defines if >< should be replaced by automatically generated joins in your SQL.

    Declaration
    IBaseQueryRelationBuilder<TEntity, TEntity, TReturn> AddFormatter()
    Returns
    Type Description
    IBaseQueryRelationBuilder<TEntity, TEntity, TReturn>

    An object that can be used to further configure the operation.

    Theme

    • Improve this Doc
    • View Source
    Back to top Copyright © 2021 Twenty