Class ListTable
Inheritance
System.Object
ListTable
Assembly: Albatross.Database.SqlServer.dll
Syntax
public class ListTable : IListTable
Constructors
|
Improve this Doc
View Source
ListTable(IGetDbConnection, IListTableColumn, IListTableIndex, IParseCriteria)
Declaration
public ListTable(IGetDbConnection getDbConnection, IListTableColumn listTableColumn, IListTableIndex listTableIndex, IParseCriteria parseCriteria)
Parameters
Methods
|
Improve this Doc
View Source
Get(Database, String)
Declaration
public IEnumerable<Table> Get(Database database, string criteria)
Parameters
Type |
Name |
Description |
Database |
database |
|
System.String |
criteria |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<Table> |
|
Implements