Show / Hide Table of Contents

Interface IGetTableColumnType

The interface will return the SqlType for the specified Table and Column

Namespace: Albatross.Database
Assembly: Albatross.Database.dll
Syntax
public interface IGetTableColumnType

Methods

| Improve this Doc View Source

Get(Table, String)

Declaration
SqlType Get(Table table, string column)
Parameters
Type Name Description
Table table
System.String column
Returns
Type Description
SqlType
  • Improve this Doc
  • View Source
Back to top Copyright © 2018