IConventionIndex.SetIsUnique(Nullable<Boolean>, Boolean) Method

Definition

Sets a value indicating whether the values assigned to the index properties are unique.

public void SetIsUnique (bool? unique, bool fromDataAnnotation = false);
public bool? SetIsUnique (bool? unique, bool fromDataAnnotation = false);
abstract member SetIsUnique : Nullable<bool> * bool -> unit
abstract member SetIsUnique : Nullable<bool> * bool -> Nullable<bool>
Public Sub SetIsUnique (unique As Nullable(Of Boolean), Optional fromDataAnnotation As Boolean = false)
Public Function SetIsUnique (unique As Nullable(Of Boolean), Optional fromDataAnnotation As Boolean = false) As Nullable(Of Boolean)

Parameters

unique
Nullable<Boolean>

A value indicating whether the values assigned to the index properties are unique.

fromDataAnnotation
Boolean

Indicates whether the configuration was specified using a data annotation.

Returns

The configured uniqueness.

Applies to