| C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace : TableUpdateLocateModeEnum Enumeration |
'Declaration Public Enum TableUpdateLocateModeEnum Inherits System.Enum
public enum TableUpdateLocateModeEnum : System.Enum
| Member | Description |
|---|---|
| AllFields | All field values in the database record must match the original row values. |
| PrimaryKey | Primary key field values in the database record must match the original row values. |
| PrimaryKeyAndChangedFields | Primary key field values and those field values that have changed from their original values must match the original row values. |
System.Object
System.ValueType
System.Enum
C1.Data.SchemaObjects.TableUpdateLocateModeEnum
C1.Data.SchemaObjects Namespace
Generated SQL Statements