Class IndexColumnDefinition
Represents the definition of a column within a database index.
Inheritance
object
Namespace: Umbraco.Cms.Infrastructure.Persistence.DatabaseModelDefinitions
Assembly: Umbraco.Infrastructure.dll
Syntax
public class IndexColumnDefinition
Constructors
View SourceIndexColumnDefinition()
Declaration
public IndexColumnDefinition()
Properties
View SourceDirection
Gets or sets the sort direction (ascending or descending) for the index column.
Declaration
public virtual Direction Direction { get; set; }
Property Value
| Type | Description |
|---|---|
| Direction |
Name
Gets or sets the name of the index column.
Declaration
public virtual string? Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |