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