Search Results for

    Show / Hide Table of Contents

    Class Variable

    Column

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

    Constructors

    | Improve this Doc View Source

    Variable(String)

    Crate variable and set name

    Declaration
    public Variable(string name)
    Parameters
    Type Name Description
    System.String name

    Name of the var

    Properties

    | Improve this Doc View Source

    DataType

    Variable data type

    Declaration
    public DataType DataType { get; set; }
    Property Value
    Type Description
    DataType
    | Improve this Doc View Source

    Name

    Get variable name

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

    Value

    Get set variable value

    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