Show / Hide Table of Contents

Class ListSqlType

Inheritance
System.Object
ListSqlType
Implements
IListSqlType
Namespace: Albatross.Database.SqlServer
Assembly: Albatross.Database.SqlServer.dll
Syntax
public class ListSqlType : IListSqlType

Constructors

| Improve this Doc View Source

ListSqlType(IGetDbConnection)

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

Methods

| Improve this Doc View Source

List(Database)

Declaration
public IEnumerable<SqlType> List(Database database)
Parameters
Type Name Description
Database database
Returns
Type Description
System.Collections.Generic.IEnumerable<SqlType>

Implements

IListSqlType
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ListSqlType(IGetDbConnection)
  • Methods
    • List(Database)
  • Implements
Back to top Copyright © 2018