Skip to content

IndexDto

Namespace: MJCZone.DapperMatic.AspNetCore.Models.Dtos

Assembly: MJCZone.DapperMatic.AspNetCore

Summary

Data transfer object representing an index.

public

Contents

Constructors (1) | Methods (4) | Properties (4)

Constructors

IndexDto

csharp
IndexDto()

Methods

GetType

csharp
GetType()

ToString

csharp
ToString()

Equals

csharp
Equals()

GetHashCode

csharp
GetHashCode()

Properties

IndexName

Gets or sets the index name.

Type: string?

ColumnNames

Gets or sets the columns that make up the index.

Type: List<string>

IsUnique

Gets or sets a value indicating whether the index is unique.

Type: bool

IsClustered

Gets or sets a value indicating whether the index is clustered.

Type: bool