Class GetView
Inheritance
System.Object
GetView
Assembly: Albatross.Database.SqlServer.dll
Syntax
public class GetView : IGetView
Constructors
|
Improve this Doc
View Source
GetView(IGetDbConnection)
Declaration
public GetView(IGetDbConnection getDbConnection)
Parameters
Methods
|
Improve this Doc
View Source
Get(Database, String, String)
Declaration
public View Get(Database database, string schema, string name)
Parameters
Type |
Name |
Description |
Database |
database |
|
System.String |
schema |
|
System.String |
name |
|
Returns
Implements