Show / Hide Table of Contents

Class Index

The class represents a table index

Inheritance
System.Object
Index
Namespace: Albatross.Database
Assembly: Albatross.Database.dll
Syntax
public class Index

Properties

| Improve this Doc View Source

Columns

Declaration
public IEnumerable<IndexColumn> Columns { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<IndexColumn>
| Improve this Doc View Source

IsDisabled

Declaration
public bool IsDisabled { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsPrimaryKey

Declaration
public bool IsPrimaryKey { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsUnique

Declaration
public bool IsUnique { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsUniqueConstraint

Declaration
public bool IsUniqueConstraint { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Table

Declaration
public Table Table { get; set; }
Property Value
Type Description
Table
| Improve this Doc View Source

Type

Declaration
public int Type { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

TypeDesc

Declaration
public string TypeDesc { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Copyright © 2018