Interface IGetSqlType
Provide with a Database object, the schema and name of a sql type, the interface will query the database and populate a SqlType object
For system types, schema could be null or in case of microsoft sql server - "sys".
Assembly: Albatross.Database.dll
Syntax
public interface IGetSqlType
Methods
|
Improve this Doc
View Source
Get(Database, String, String)
Declaration
SqlType Get(Database database, string schema, string name)
Parameters
Type |
Name |
Description |
Database |
database |
|
System.String |
schema |
|
System.String |
name |
|
Returns