Show / Hide Table of Contents

Class GetProcedure

Inheritance
System.Object
GetProcedure
Implements
IGetProcedure
Namespace: Albatross.Database.SqlServer
Assembly: Albatross.Database.SqlServer.dll
Syntax
public class GetProcedure : IGetProcedure

Constructors

| Improve this Doc View Source

GetProcedure(IGetDbConnection, IListProcedureParameter, IGetProcedureDefinition, IGetDatabasePermission)

Declaration
public GetProcedure(IGetDbConnection getDbConnection, IListProcedureParameter listProcedureParameter, IGetProcedureDefinition getProcedureDefinition, IGetDatabasePermission getDatabasePermission)
Parameters
Type Name Description
IGetDbConnection getDbConnection
IListProcedureParameter listProcedureParameter
IGetProcedureDefinition getProcedureDefinition
IGetDatabasePermission getDatabasePermission

Methods

| Improve this Doc View Source

Get(Database, String, String)

Declaration
public Procedure Get(Database database, string schema, string name)
Parameters
Type Name Description
Database database
System.String schema
System.String name
Returns
Type Description
Procedure

Implements

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