Show / Hide Table of Contents

Class Parameter

The class represents a stored procedure parameter

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

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
Type Description
SqlType
  • Improve this Doc
  • View Source
Back to top Copyright © 2018