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 SourceName
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Declaration
public SqlType Type { get; set; }
Property Value
Type | Description |
---|---|
SqlType |