Search Results for

    Show / Hide Table of Contents

    Class SearchGeneratedResult

    Search result containing sql and parameter

    Inheritance
    System.Object
    SearchGeneratedResult
    Namespace: Simplic.Framework.DBUI
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public class SearchGeneratedResult : object

    Properties

    | Improve this Doc View Source

    NamedParameters

    Gets or sets the named parameters

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

    Sql

    Gets or sets the generated sql

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