Index

Models an index.

Namespace:
Inetdev.Data.DatabaseSchema
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Object

Constructors

Index

Default constructor

Signature:
public Void Index()

Properties

Columns

IndexColumns that conforms this Index.

Signature:
public IndexColumnCollection Columns { get; set; }

FileGroup

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

Signature:
public String FileGroup { get; set; }

IndexType

Type of the Index.

Signature:
public IndexType IndexType { 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; }

Methods

ToString

Returns a textual representation of the Index.

Signature:
public String ToString()