Class ListTableIndex
Inheritance
System.Object
ListTableIndex
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
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