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.DSLAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntaxpublic bool? Unique { get; set; }
Property Value
NullableBoolean
See Also