Interface IListProcedure
search the database for stored procedures that match the criteria
Namespace: Albatross.Database
Assembly: Albatross.Database.dll
Syntax
public interface IListProcedure
Methods
| Improve this Doc View SourceGet(Database, String)
Declaration
IEnumerable<Procedure> Get(Database database, string criteria)
Parameters
Type | Name | Description |
---|---|---|
Database | database | |
System.String | criteria |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<Procedure> |