C1.Silverlight.Data Namespace : DataRowState Enumeration |
'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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2