Search Results for

    Show / Hide Table of Contents

    Class SqlDataSourceModel

    Source-Model for filling SqlReport

    Inheritance
    System.Object
    SqlDataSourceModel
    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.Reporting
    Assembly: Simplic.Reporting.dll
    Syntax
    public class SqlDataSourceModel

    Properties

    | Improve this Doc View Source

    NamedParameter

    Gets or sets a list of named parameter

    Declaration
    public IDictionary<string, object> NamedParameter { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.Object>
    | Improve this Doc View Source

    SqlCommand

    Sql command to fill SqlReport

    Declaration
    public string SqlCommand { 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