Show / Hide Table of Contents

Class Variable

The class represents a sql variable

Inheritance
System.Object
Variable
Namespace: Albatross.Database
Assembly: Albatross.Database.dll
Syntax
public class Variable

Properties

| Improve this Doc View Source

Name

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

Type

Declaration
public SqlType Type { get; set; }
Property Value
Type Description
SqlType
  • Improve this Doc
  • View Source
Back to top Copyright © 2018