Show / Hide Table of Contents

Class ListTableColumn

Inheritance
System.Object
ListTableColumn
Implements
IListTableColumn
Namespace: Albatross.Database.SqlServer
Assembly: Albatross.Database.SqlServer.dll
Syntax
public class ListTableColumn : IListTableColumn

Constructors

| Improve this Doc View Source

ListTableColumn(IGetDbConnection, IGetTableColumnType)

Declaration
public ListTableColumn(IGetDbConnection getDbConnection, IGetTableColumnType getTableColumnType)
Parameters
Type Name Description
IGetDbConnection getDbConnection
IGetTableColumnType getTableColumnType

Methods

| Improve this Doc View Source

List(Table)

Declaration
public IEnumerable<Column> List(Table table)
Parameters
Type Name Description
Table table
Returns
Type Description
System.Collections.Generic.IEnumerable<Column>

Implements

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