Click or drag to resize

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.

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

Property Value

NullableBoolean
See Also