Search Results for

    Show / Hide Table of Contents

    Interface IDbCommandExecuter

    Namespace: Reportman.Drawing
    Assembly: Reportman.Drawing.dll
    Syntax
    public interface IDbCommandExecuter

    Methods

    CreateCommand()

    Declaration
    IDbCommand CreateCommand()
    Returns
    Type Description
    IDbCommand

    Open(IDbCommand)

    Declaration
    DataTable Open(IDbCommand ncommand)
    Parameters
    Type Name Description
    IDbCommand ncommand
    Returns
    Type Description
    DataTable
    In this article
    Back to top Generated by DocFX