ComponentOne DataObjects for .NET
TableUpdateLocateModeEnum Enumeration

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace : TableUpdateLocateModeEnum Enumeration
Specifies which field values participate in locating the database record for update.
Syntax
'Declaration
 
Public Enum TableUpdateLocateModeEnum 
   Inherits System.Enum
public enum TableUpdateLocateModeEnum : System.Enum 
Members
MemberDescription
AllFieldsAll field values in the database record must match the original row values.
PrimaryKeyPrimary key field values in the database record must match the original row values.
PrimaryKeyAndChangedFieldsPrimary key field values and those field values that have changed from their original values must match the original row values.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Data.SchemaObjects.TableUpdateLocateModeEnum

See Also

Reference

C1.Data.SchemaObjects Namespace
Generated SQL Statements