Show / Hide Table of Contents

Interface IListTableColumn

The interface will return all Column for the specified Table object.

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

Methods

| Improve this Doc View Source

List(Table)

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