Class IndexDefinition
Inheritance
System.Object
Namespace:System.Dynamic.ExpandoObject
Assembly:Umbraco.Core.dll
Syntax
public class IndexDefinition
Constructors
IndexDefinition()
Declaration
Properties
ColumnName
Declaration
public virtual string ColumnName { get; set; }
Property Value
Type |
Description |
System.String |
|
Columns
Declaration
public virtual ICollection<IndexColumnDefinition> Columns { get; set; }
Property Value
IndexType
Declaration
public IndexTypes IndexType { get; set; }
Property Value
IsClustered
Declaration
public bool IsClustered { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsUnique
Declaration
public virtual bool IsUnique { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public virtual string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
SchemaName
Declaration
public virtual string SchemaName { get; set; }
Property Value
Type |
Description |
System.String |
|
TableName
Declaration
public virtual string TableName { get; set; }
Property Value
Type |
Description |
System.String |
|