DslIndexDefinitionUnique Property

Optional. Creates a unique index so that the data source will not accept insertion or update of data object where the index key value matches an existing value in the index.

Definition

Namespace: Casewhere.Runtime.DSL
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
public bool? Unique { get; set; }

Property Value

NullableBoolean

See Also