Search Results for

    Show / Hide Table of Contents

    Interface IUpdatableQueryExecutor

    Provides a method updating an existing QueryConfiguration for a IQueryExecutor.

    Inherited Members
    IQueryExecutor.QueryFirstOrDefault<T>()
    IQueryExecutor.QueryFirstOrDefaultAsync<T>()
    IQueryExecutor.QuerySingleOrDefault<T>()
    IQueryExecutor.QuerySingleOrDefaultAsync<T>()
    IQueryExecutor.Query<T>()
    IQueryExecutor.QueryAsync<T>()
    IQueryExecutor.QueryAsync<TFirst, TSecond, TReturn>(Func<TFirst, TSecond, TReturn>)
    IQueryExecutor.QueryAsync<TFirst, TSecond, TThird, TReturn>(Func<TFirst, TSecond, TThird, TReturn>)
    IQueryExecutor.QueryAsync<TFirst, TSecond, TThird, TFourth, TReturn>(Func<TFirst, TSecond, TThird, TFourth, TReturn>)
    IQueryExecutor.QueryAsync<TFirst, TSecond, TThird, TFourth, TFifth, TReturn>(Func<TFirst, TSecond, TThird, TFourth, TFifth, TReturn>)
    IQueryExecutor.QueryAsync<TFirst, TSecond, TThird, TFourth, TFifth, TSixth, TReturn>(Func<TFirst, TSecond, TThird, TFourth, TFifth, TSixth, TReturn>)
    IQueryExecutor.QueryAsync<TFirst, TSecond, TThird, TFourth, TFifth, TSixth, TSeventh, TReturn>(Func<TFirst, TSecond, TThird, TFourth, TFifth, TSixth, TSeventh, TReturn>)
    IQueryExecutor.BatchedBy<T>(IEnumerable<T>)
    IQueryExecutor.ExecuteAsync()
    IQueryExecutor.ExecuteScalar<T>()
    IQueryExecutor.ExecuteScalarAsync<T>()
    IQueryExecutor.Execute()
    Namespace: Gossip.Connection.Fluent
    Assembly: Gossip.dll
    Syntax
    public interface IUpdatableQueryExecutor : IQueryExecutor

    Methods

    | Improve this Doc View Source

    UpdateConfig(QueryConfiguration)

    Update the existing QueryConfiguration on the IQueryExecutor.

    Declaration
    void UpdateConfig(QueryConfiguration config)
    Parameters
    Type Name Description
    QueryConfiguration config

    The new QueryConfiguration to use.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX