Show / Hide Table of Contents

Interface IListTableIndex

The interface will return all the Index of the specified Table

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

Methods

| Improve this Doc View Source

List(Table)

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