Show / Hide Table of Contents

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 Source

Get(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
  • Improve this Doc
  • View Source
Back to top Copyright © 2018