Show / Hide Table of Contents

Interface IListSqlType

The interface will return all the SqlType in the specified Database

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

Methods

| Improve this Doc View Source

List(Database)

Declaration
IEnumerable<SqlType> List(Database database)
Parameters
Type Name Description
Database database
Returns
Type Description
System.Collections.Generic.IEnumerable<SqlType>
  • Improve this Doc
  • View Source
Back to top Copyright © 2018