Show / Hide Table of Contents

Class ListTableIndexColumn

Inheritance
System.Object
ListTableIndexColumn
Implements
IListTableIndexColumn
Namespace: Albatross.Database.SqlServer
Assembly: Albatross.Database.SqlServer.dll
Syntax
public class ListTableIndexColumn : IListTableIndexColumn

Constructors

| Improve this Doc View Source

ListTableIndexColumn(IGetDbConnection)

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

Methods

| Improve this Doc View Source

List(Index)

Declaration
public IEnumerable<IndexColumn> List(Index index)
Parameters
Type Name Description
Index index
Returns
Type Description
System.Collections.Generic.IEnumerable<IndexColumn>

Implements

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