Click or drag to resize

UserIDGeneratorParametersDataSourceIdForDuplicateCheck Property

UId of Data Source object which contains query used for check of uniqueness The datasource must contain a parameter "userId" which should be used to compare the generated userid agains the external data source in the query e.g: SELECT 1 FROM users where username = @userId If the data source query returns a result, the generated identity id is NOT unique

Namespace:  Omada.OE.Solution.OIM.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public int DataSourceIdForDuplicateCheck { get; set; }

Property Value

Type: Int32
See Also