Table of Contents

Class ElementIndex

Namespace
JJMasterData.Commons.Data.Entity.Models
Assembly
JJMasterData.Commons.dll

Index specific information

public class ElementIndex
Inheritance
ElementIndex
Inherited Members

Remarks

2017-03-22 JJTeam

Constructors

ElementIndex()

public ElementIndex()

ElementIndex(bool, params string[])

public ElementIndex(bool isUnique, params string[] columns)

Parameters

isUnique bool
columns string[]

Properties

Columns

[JsonProperty("columns")]
public List<string> Columns { get; set; }

Property Value

List<string>

IsClustered

[JsonProperty("isclustered")]
public bool IsClustered { get; set; }

Property Value

bool

IsUnique

[JsonProperty("isunique")]
public bool IsUnique { get; set; }

Property Value

bool

Methods

DeepCopy()

public ElementIndex DeepCopy()

Returns

ElementIndex