Class GetTableColumnType
Inheritance
System.Object
GetTableColumnType
Assembly: Albatross.Database.SqlServer.dll
Syntax
public class GetTableColumnType : IGetTableColumnType
Constructors
|
Improve this Doc
View Source
GetTableColumnType(IGetDbConnection)
Declaration
public GetTableColumnType(IGetDbConnection getDbConnection)
Parameters
Methods
|
Improve this Doc
View Source
Get(Table, String)
Declaration
public SqlType Get(Table table, string column)
Parameters
Type |
Name |
Description |
Table |
table |
|
System.String |
column |
|
Returns
Implements