IndexColumn

Models an index column.

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

Constructors

IndexColumn

Default constructor

Signature:
public Void IndexColumn()

Properties

Direction

Direction for ordening of column.

Signature:
public Direction Direction { get; set; }

Name

Name of the column.

Signature:
public String Name { get; set; }

Position

Position of the column in the index.

Signature:
public Int32 Position { get; set; }

Methods

ToString

Returns a textual representation of the object.

Signature:
public String ToString()