Class ListTableIndexColumn
Inheritance
System.Object
ListTableIndexColumn
Assembly: Albatross.Database.SqlServer.dll
Syntax
public class ListTableIndexColumn : IListTableIndexColumn
Constructors
|
Improve this Doc
View Source
ListTableIndexColumn(IGetDbConnection)
Declaration
public ListTableIndexColumn(IGetDbConnection getDbConnection)
Parameters
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