Show / Hide Table of Contents

Class GetTableColumnType

Inheritance
System.Object
GetTableColumnType
Implements
IGetTableColumnType
Namespace: Albatross.Database.SqlServer
Assembly: Albatross.Database.SqlServer.dll
Syntax
public class GetTableColumnType : IGetTableColumnType

Constructors

| Improve this Doc View Source

GetTableColumnType(IGetDbConnection)

Declaration
public GetTableColumnType(IGetDbConnection getDbConnection)
Parameters
Type Name Description
IGetDbConnection getDbConnection

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
Type Description
SqlType

Implements

IGetTableColumnType
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GetTableColumnType(IGetDbConnection)
  • Methods
    • Get(Table, String)
  • Implements
Back to top Copyright © 2018