Interface IGetTableColumnType
Namespace: Albatross.Database
Assembly: Albatross.Database.dll
Syntax
public interface IGetTableColumnType
Methods
| Improve this Doc View SourceGet(Table, String)
Declaration
SqlType Get(Table table, string column)
Parameters
| Type | Name | Description |
|---|---|---|
| Table | table | |
| System.String | column |
Returns
| Type | Description |
|---|---|
| SqlType |