Search Results for

    Show / Hide Table of Contents

    Delegate ISqlExecuterPartialFillEvent

    Callback raised while a result set is being filled incrementally, giving access to the partially populated table through ISqlExecuterPartialFillArgs.

    Namespace: Reportman.Drawing
    Assembly: Reportman.Drawing.dll
    Syntax
    public delegate void ISqlExecuterPartialFillEvent(object sender, ISqlExecuterPartialFillArgs args)
    Parameters
    Type Name Description
    object sender Callback raised while a result set is being filled incrementally, giving access to the partially populated table through .
    ISqlExecuterPartialFillArgs args Callback raised while a result set is being filled incrementally, giving access to the partially populated table through .

    Constructors

    View Source

    ISqlExecuterPartialFillEvent(object, nint)

    Declaration
    public ISqlExecuterPartialFillEvent(object @object, nint method)
    Parameters
    Type Name Description
    object object
    nint method

    Methods

    View Source

    BeginInvoke(object, ISqlExecuterPartialFillArgs, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(object sender, ISqlExecuterPartialFillArgs args, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    object sender
    ISqlExecuterPartialFillArgs args
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult
    View Source

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    IAsyncResult result
    View Source

    Invoke(object, ISqlExecuterPartialFillArgs)

    Declaration
    public virtual void Invoke(object sender, ISqlExecuterPartialFillArgs args)
    Parameters
    Type Name Description
    object sender
    ISqlExecuterPartialFillArgs args
    • View Source
    In this article
    Back to top Generated by DocFX