5 references to BeginEdit
System.Data.Common (5)
System\Data\DataRowView.cs (1)
129Row.BeginEdit();
System\Data\DataTable.cs (1)
2764row.BeginEdit(); // ensure something's there.
System\Data\XmlDataLoader.cs (2)
378row.BeginEdit(); 1064row.BeginEdit(); // and allow it's population with data
System\Xml\XmlDataDocument.cs (1)
2425row.BeginEdit();