Interface IGetTable
Provided with a Database object, schema and name, the interface will query and return a Table object.
Namespace: Albatross.Database
Assembly: Albatross.Database.dll
Syntax
public interface IGetTable
Methods
| Improve this Doc View SourceGet(Database, String, String)
Declaration
Table Get(Database database, string schema, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| Database | database | |
| System.String | schema | |
| System.String | name |
Returns
| Type | Description |
|---|---|
| Table |