Show / Hide Table of Contents

    Class Query

    Inheritance
    System.Object
    Query
    QueryProcedure
    QueryStatement
    Inherited Members
    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 abstract class Query

    Constructors

    | Improve this Doc View Source

    Query(String, String, String[])

    Declaration
    public Query(string sql, string name, string[] parameterNames)
    Parameters
    Type Name Description
    System.String sql
    System.String name
    System.String[] parameterNames

    Properties

    | Improve this Doc View Source

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ParameterNames

    Declaration
    public string[] ParameterNames { get; }
    Property Value
    Type Description
    System.String[]
    | Improve this Doc View Source

    Sql

    Declaration
    public string Sql { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Type

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