Show / Hide Table of Contents

Interface IListTable

search the database for table that match the criteria

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

Methods

| Improve this Doc View Source

Get(Database, String)

Declaration
IEnumerable<Table> Get(Database database, string criteria)
Parameters
Type Name Description
Database database
System.String criteria
Returns
Type Description
System.Collections.Generic.IEnumerable<Table>
  • Improve this Doc
  • View Source
Back to top Copyright © 2018