Interface IListTableIndexColumn
The interface will return all the IndexColumn for the specified Index
Namespace: Albatross.Database
Assembly: Albatross.Database.dll
Syntax
public interface IListTableIndexColumn
Methods
| Improve this Doc View SourceList(Index)
Declaration
IEnumerable<IndexColumn> List(Index index)
Parameters
Type | Name | Description |
---|---|---|
Index | index |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IndexColumn> |