Show / Hide Table of Contents

Class GetTable

Inheritance
System.Object
GetTable
Implements
IGetTable
Namespace: Albatross.Database.SqlServer
Assembly: Albatross.Database.SqlServer.dll
Syntax
public class GetTable : IGetTable

Constructors

| Improve this Doc View Source

GetTable(IGetDbConnection, IListTableColumn, IListTableIndex)

Declaration
public GetTable(IGetDbConnection getDbConnection, IListTableColumn listTableColumn, IListTableIndex listTableIndex)
Parameters
Type Name Description
IGetDbConnection getDbConnection
IListTableColumn listTableColumn
IListTableIndex listTableIndex

Methods

| Improve this Doc View Source

Get(Database, String, String)

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

Implements

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