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