Index

Models an index.

Namespace:
KpokPatagon.Data.DatabaseSchema
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No

Constructors

Index

Default constructor

Signature:
public Void Index()

Properties

Columns

IndexColumns that conforms this Index.

Signature:
public List<IndexColumn> Columns { get; set; }

FileGroup

The file group or table space where the index is stored.

Signature:
public String FileGroup { get; set; }

IsUnique

Whether the index is unique.

Signature:
public Boolean IsUnique { get; set; }

Name

Name of the index.

Signature:
public String Name { get; set; }

Type

Type of the Index.

Signature:
public IndexType Type { get; set; }

Methods

ToString

Returns a textual representation of the Index.

Signature:
public String ToString()