Click or drag to resize

IUniquenessCheckerIsUnique Method

The is unique.

Namespace:  Omada.OE.Solution.OIM.Assembly.AppLogic.ValueGeneration.UniquenessChecks
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
bool IsUnique(
	string value
)

Parameters

value
Type: SystemString
The value.

Return Value

Type: Boolean
The Boolean.
See Also