Show / Hide Table of Contents

Class ListTableIndex

Inheritance
System.Object
ListTableIndex
Implements
IListTableIndex
Namespace: Albatross.Database.SqlServer
Assembly: Albatross.Database.SqlServer.dll
Syntax
public class ListTableIndex : IListTableIndex

Constructors

| Improve this Doc View Source

ListTableIndex(IGetDbConnection, IListTableIndexColumn)

Declaration
public ListTableIndex(IGetDbConnection getDbConnection, IListTableIndexColumn listTableIndexColumn)
Parameters
Type Name Description
IGetDbConnection getDbConnection
IListTableIndexColumn listTableIndexColumn

Methods

| Improve this Doc View Source

List(Table)

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

Implements

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