'Declaration
Public Enum DataRowState Inherits System.Enum
public enum DataRowState : System.Enum
'Declaration
Public Enum DataRowState Inherits System.Enum
public enum DataRowState : System.Enum
Member | Description |
---|---|
Added | The row has been added to the table. |
Deleted | The row has been deleted from the table. |
Detached | The row has been created but not yet added to the table. |
Modified | The row has been modified since it was created or loaded. |
Unchanged | The row has not changed. |
System.Object
System.ValueType
System.Enum
C1.Silverlight.Data.DataRowState