Show / Hide Table of Contents

Interface IListProcedureParameter

The interface will query the database and return the list of Parameter for the Procedure object.

Namespace: Albatross.Database
Assembly: Albatross.Database.dll
Syntax
public interface IListProcedureParameter

Methods

| Improve this Doc View Source

List(Procedure)

Declaration
IEnumerable<Parameter> List(Procedure procedure)
Parameters
Type Name Description
Procedure procedure
Returns
Type Description
System.Collections.Generic.IEnumerable<Parameter>
  • Improve this Doc
  • View Source
Back to top Copyright © 2018