Class GetTable
Inheritance
System.Object
GetTable
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
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
Implements