Search Results for

    Show / Hide Table of Contents

    Class QueryParameter

    Base query paraneter

    Inheritance
    System.Object
    QueryParameter
    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: SqlDotNet.CLRInterface
    Assembly: SqlDotNet.dll
    Syntax
    public class QueryParameter

    Properties

    | Improve this Doc View Source

    Name

    Name of the parameter (maybe only ? here)

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

    Value

    Value of the parameter. No DBNull, just use null.

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