Miner.Responder.Shared Assembly > Miner.Responder.Shared.Rules Namespace : UpdateWithUniqueValue Class |
'Declaration Public Class UpdateWithUniqueValue Inherits Miner.Data.Access.DataRowRule
'Usage Dim instance As UpdateWithUniqueValue
public class UpdateWithUniqueValue : Miner.Data.Access.DataRowRule
Column | The name of the column for which to apply this rule |
Table | (optional) The name of the table on which to apply this rule |
This rule is intended for use with tables that require a unique litteral value in a particular column. This rule will update the provided litteral as needed to ensure the value is unique within the table.
The Table key is used to restrict this rule to a particular table. It is highly recommended to use this key except in the following cases:
Though the current implementation uses a scheme like: Value, Value (2), Value (3), ... we do not guarantee the scheme.
System.Object
Miner.Data.Access.Rule
Miner.Data.Access.DataRowRule
Miner.Responder.Shared.Rules.UpdateWithUniqueValue
Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.