Data for Silverlight
DataRowState Enumeration

C1.Silverlight.Data Namespace : DataRowState Enumeration
Specifies the state of a DataRow object.
Syntax
'Declaration
 
Public Enum DataRowState 
   Inherits System.Enum
public enum DataRowState : System.Enum 
Members
MemberDescription
AddedThe row has been added to the table.
DeletedThe row has been deleted from the table.
DetachedThe row has been created but not yet added to the table.
ModifiedThe row has been modified since it was created or loaded.
UnchangedThe row has not changed.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Silverlight.Data.DataRowState

See Also

Reference

C1.Silverlight.Data Namespace