Search Results for

    Show / Hide Table of Contents

    Class QueryConfiguration

    Inheritance
    Object
    QueryConfiguration
    Namespace: Gossip.Connection.Fluent
    Assembly: Gossip.dll
    Syntax
    public class QueryConfiguration : object

    Constructors

    | Improve this Doc View Source

    QueryConfiguration()

    Declaration
    public QueryConfiguration()

    Properties

    | Improve this Doc View Source

    CancellationToken

    Declaration
    public CancellationToken CancellationToken { get; set; }
    Property Value
    Type Description
    CancellationToken
    | Improve this Doc View Source

    Parameters

    Declaration
    public object Parameters { get; set; }
    Property Value
    Type Description
    Object
    | Improve this Doc View Source

    Query

    Declaration
    public string Query { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Timeout

    In seconds

    Declaration
    public int Timeout { get; set; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    Transaction

    Declaration
    public ITransaction Transaction { get; set; }
    Property Value
    Type Description
    ITransaction
    | Improve this Doc View Source

    Unbuffered

    Whether to buffer the results in memory

    Declaration
    public bool Unbuffered { get; set; }
    Property Value
    Type Description
    Boolean
    Remarks

    This ACTUALLY only works for

    Query{T}()
    (not even QueryAsync) as Dapper only exposes it there

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