Show / Hide Table of Contents

Class GetSqlType

Inheritance
System.Object
GetSqlType
Implements
IGetSqlType
Namespace: Albatross.Database.SqlServer
Assembly: Albatross.Database.SqlServer.dll
Syntax
public class GetSqlType : IGetSqlType

Constructors

| Improve this Doc View Source

GetSqlType(IGetDbConnection)

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

Methods

| Improve this Doc View Source

Get(Database, String, String)

Declaration
public SqlType Get(Database database, string schema, string name)
Parameters
Type Name Description
Database database
System.String schema
System.String name
Returns
Type Description
SqlType

Implements

IGetSqlType
  • Improve this Doc
  • View Source
Back to top Copyright © 2018