Search Results for

    Show / Hide Table of Contents

    Class SCLRuntime

    SQL-Runtime core

    Inheritance
    System.Object
    SCLRuntime
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: SqlDotNet.Runtime
    Assembly: SqlDotNet.dll
    Syntax
    public class SCLRuntime

    Constructors

    | Improve this Doc View Source

    SCLRuntime(IQueryExecutor, IList<QueryParameter>)

    Create SCL-Runtime

    Declaration
    public SCLRuntime(IQueryExecutor executor, IList<QueryParameter> parameter)
    Parameters
    Type Name Description
    IQueryExecutor executor

    Pass clr interface

    System.Collections.Generic.IList<QueryParameter> parameter

    List of available parameter

    Properties

    | Improve this Doc View Source

    ResultSet

    Get the result of the sql-statement

    Declaration
    public ResultSet ResultSet { get; }
    Property Value
    Type Description
    ResultSet
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx