Search Results for

    Show / Hide Table of Contents

    Class ParameterResult

    Query and parameter result for named parameter replace method

    Inheritance
    System.Object
    ParameterResult
    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.Text
    Assembly: Simplic.CoreLib.dll
    Syntax
    public class ParameterResult

    Properties

    | Improve this Doc View Source

    OrderedParameter

    Gets or sets the ordered parameter

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

    Query

    Gets or sets the prepared query

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