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