Class ListTableColumn
Inheritance
System.Object
ListTableColumn
Assembly: Albatross.Database.SqlServer.dll
Syntax
public class ListTableColumn : IListTableColumn
Constructors
|
Improve this Doc
View Source
ListTableColumn(IGetDbConnection, IGetTableColumnType)
Declaration
public ListTableColumn(IGetDbConnection getDbConnection, IGetTableColumnType getTableColumnType)
Parameters
Methods
|
Improve this Doc
View Source
List(Table)
Declaration
public IEnumerable<Column> List(Table table)
Parameters
Type |
Name |
Description |
Table |
table |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<Column> |
|
Implements