Show / Hide Table of Contents

    ISqlProcedureBuilder Interface

    .NET Standard 2.x | Current Version (1.0.1)

    0.5.0-alpha 1.0.1 (current)
    Represents an object used to build a SQL statement to execute stored procedure.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Inherited Constructors

    SnapObjects.Data.ISqlBuilder

    Syntax

     public interface ISqlProcedureBuilder : ISqlBuilder;
    

    Method

    Name Return Type Description
    Procedure(string procedureName, params ISqlParameter[] parameters) ISqlBuilder
    Back to top Generated by Appeon