Show / Hide Table of Contents

Class ListProcedureParameter

Inheritance
System.Object
ListProcedureParameter
Implements
IListProcedureParameter
Namespace: Albatross.Database.SqlServer
Assembly: Albatross.Database.SqlServer.dll
Syntax
public class ListProcedureParameter : IListProcedureParameter

Constructors

| Improve this Doc View Source

ListProcedureParameter(IGetDbConnection)

Declaration
public ListProcedureParameter(IGetDbConnection getDbConnection)
Parameters
Type Name Description
IGetDbConnection getDbConnection

Methods

| Improve this Doc View Source

List(Procedure)

Declaration
public IEnumerable<Parameter> List(Procedure procedure)
Parameters
Type Name Description
Procedure procedure
Returns
Type Description
System.Collections.Generic.IEnumerable<Parameter>

Implements

IListProcedureParameter
  • Improve this Doc
  • View Source
Back to top Copyright © 2018