Class GetSqlType
Inheritance
System.Object
GetSqlType
Assembly: Albatross.Database.SqlServer.dll
Syntax
public class GetSqlType : IGetSqlType
Constructors
|
Improve this Doc
View Source
GetSqlType(IGetDbConnection)
Declaration
public GetSqlType(IGetDbConnection getDbConnection)
Parameters
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
Implements