Show / Hide Table of Contents

Class ListTable

Inheritance
System.Object
ListTable
Implements
IListTable
Namespace: Albatross.Database.SqlServer
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
Type Name Description
IGetDbConnection getDbConnection
IListTableColumn listTableColumn
IListTableIndex listTableIndex
IParseCriteria parseCriteria

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

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