Show / Hide Table of Contents

    Class QueryProcedure

    Inheritance
    System.Object
    Query
    QueryProcedure
    Inherited Members
    Query.Sql
    Query.Name
    Query.ParameterNames
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: ArgentSea
    Assembly: ArgentSea.dll
    Syntax
    public class QueryProcedure : Query

    Constructors

    | Improve this Doc View Source

    QueryProcedure(String)

    Declaration
    public QueryProcedure(string sprocName)
    Parameters
    Type Name Description
    System.String sprocName
    | Improve this Doc View Source

    QueryProcedure(String, String[])

    Declaration
    public QueryProcedure(string sprocName, string[] parameterNames)
    Parameters
    Type Name Description
    System.String sprocName
    System.String[] parameterNames

    Properties

    | Improve this Doc View Source

    Type

    Declaration
    public override CommandType Type { get; }
    Property Value
    Type Description
    System.Data.CommandType
    Overrides
    Query.Type
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX