Search Results for

    Show / Hide Table of Contents

    Class DynamicStatement

    Inheritance
    System.Object
    DynamicStatement
    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: Simplic.Framework.Base.Sql
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public class DynamicStatement

    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
    System.Collections.Generic.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