Show / Hide Table of Contents

    Class QueryStatement

    This implementation of Query loads the SQL from a relative file.

    Inheritance
    System.Object
    Query
    QueryStatement
    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 QueryStatement : Query

    Properties

    | Improve this Doc View Source

    Extension

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

    Folder

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

    Type

    Declaration
    public override CommandType Type { get; }
    Property Value
    Type Description
    System.Data.CommandType
    Overrides
    Query.Type

    Methods

    | Improve this Doc View Source

    Create(String)

    Declaration
    public static Lazy<QueryStatement> Create(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type Description
    System.Lazy<QueryStatement>
    | Improve this Doc View Source

    Create(String, String[])

    Declaration
    public static Lazy<QueryStatement> Create(string name, string[] parameterNames)
    Parameters
    Type Name Description
    System.String name
    System.String[] parameterNames
    Returns
    Type Description
    System.Lazy<QueryStatement>
    | Improve this Doc View Source

    Create(String, String[], String)

    Declaration
    public static Lazy<QueryStatement> Create(string name, string[] parameterNames, string fullFilePath)
    Parameters
    Type Name Description
    System.String name
    System.String[] parameterNames
    System.String fullFilePath
    Returns
    Type Description
    System.Lazy<QueryStatement>
    | Improve this Doc View Source

    Create(String, String[], String, String)

    Declaration
    public static Lazy<QueryStatement> Create(string name, string[] parameterNames, string folderName, string extension)
    Parameters
    Type Name Description
    System.String name
    System.String[] parameterNames
    System.String folderName
    System.String extension
    Returns
    Type Description
    System.Lazy<QueryStatement>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Extension
      • Folder
      • Type
    • Methods
      • Create(String)
      • Create(String, String[])
      • Create(String, String[], String)
      • Create(String, String[], String, String)
    Back to top Generated by DocFX