Interface IListSqlType
Namespace: Albatross.Database
Assembly: Albatross.Database.dll
Syntax
public interface IListSqlType
Methods
| Improve this Doc View SourceList(Database)
Declaration
IEnumerable<SqlType> List(Database database)
Parameters
Type | Name | Description |
---|---|---|
Database | database |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<SqlType> |