Show / Hide Table of Contents

Interface IGetProcedure

Provide with a Database object, the schema and name of a stored procedure, the interface will query the database and populate a Procedure object

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

Methods

| Improve this Doc View Source

Get(Database, String, String)

Declaration
Procedure Get(Database database, string schema, string name)
Parameters
Type Name Description
Database database
System.String schema
System.String name
Returns
Type Description
Procedure
  • Improve this Doc
  • View Source
Back to top Copyright © 2018