Show / Hide Table of Contents

Interface IListTableIndexColumn

The interface will return all the IndexColumn for the specified Index

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

Methods

| Improve this Doc View Source

List(Index)

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