Show / Hide Table of Contents

Class GetView

Inheritance
System.Object
GetView
Implements
IGetView
Namespace: Albatross.Database.SqlServer
Assembly: Albatross.Database.SqlServer.dll
Syntax
public class GetView : IGetView

Constructors

| Improve this Doc View Source

GetView(IGetDbConnection)

Declaration
public GetView(IGetDbConnection getDbConnection)
Parameters
Type Name Description
IGetDbConnection getDbConnection

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
Type Description
View

Implements

IGetView
  • Improve this Doc
  • View Source
Back to top Copyright © 2018