Class Parameter
The class represents a stored procedure parameter
Inheritance
System.Object
Parameter
Assembly: Albatross.Database.dll
Syntax
Properties
|
Improve this Doc
View Source
IsResult
Declaration
public bool IsResult { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Mode
Declaration
public string Mode { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
OrdinalPosition
Declaration
public int OrdinalPosition { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Type
Declaration
public SqlType Type { get; set; }
Property Value