Interface IListTableIndex
Namespace: Albatross.Database
Assembly: Albatross.Database.dll
Syntax
public interface IListTableIndex
Methods
| Improve this Doc View SourceList(Table)
Declaration
IEnumerable<Index> List(Table table)
Parameters
| Type | Name | Description |
|---|---|---|
| Table | table |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<Index> |