// Assembly: System.Data
// Full name: System.Data.DataViewRowState

namespace System.Data
{
public class DataViewRowState // TypeDefIndex: 8376
{
	// Fields
	type#20890 value__;
	type#16998 None;
	type#16998 Unchanged;
	type#16998 Added;
	type#16998 Deleted;
	type#16998 ModifiedCurrent;
	type#16998 ModifiedOriginal;
	type#16998 OriginalRows;
	type#16998 CurrentRows;
}
}
