Search Results for

    Show / Hide Table of Contents

    Class DynamicStatement

    Inheritance
    System.Object
    DynamicStatement
    Namespace: Simplic.Framework.Base.Sql
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public class DynamicStatement : object

    Properties

    | Improve this Doc View Source

    ConnectionStringName

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

    Parameter

    Declaration
    public IList<string> Parameter { get; set; }
    Property Value
    Type Description
    IList<System.String>
    | Improve this Doc View Source

    Statement

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