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 SourceGet(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 |