Enum SqlDataRowVersion
Sets the DataRowVersion to use when you load Value
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public enum SqlDataRowVersion
Fields
Name | Description |
---|---|
Current | The row contains current values. |
Default | The default version of System.Data.DataRowState. For a DataRowState value of Added, Modified or Deleted, the default version is Current. For a System.Data.DataRowState value of Detached, the version is Proposed. |
Original | The row contains its original values. |
Proposed | The row contains a proposed value. |