Mono Class Library: Overview

System.Data.DataRow: Method Members

The methods of System.Data.DataRow are listed below. For a list of all members, see the DataRow Members list.

See Also: Inherited members from System.Object

Public Methods

AcceptChanges()
Documentation for this section has not yet been entered.
BeginEdit()
Documentation for this section has not yet been entered.
CancelEdit()
Documentation for this section has not yet been entered.
ClearErrors()
Documentation for this section has not yet been entered.
Delete()
Documentation for this section has not yet been entered.
EndEdit()
Documentation for this section has not yet been entered.
GetChildRows(DataRelation) : DataRow[]
Documentation for this section has not yet been entered.
GetChildRows(string) : DataRow[]
Documentation for this section has not yet been entered.
GetChildRows(DataRelation, DataRowVersion) : DataRow[]
Documentation for this section has not yet been entered.
GetChildRows(string, DataRowVersion) : DataRow[]
Documentation for this section has not yet been entered.
GetColumnError(DataColumn) : string
Documentation for this section has not yet been entered.
GetColumnError(int) : string
Documentation for this section has not yet been entered.
GetColumnError(string) : string
Documentation for this section has not yet been entered.
GetColumnsInError() : DataColumn[]
Documentation for this section has not yet been entered.
GetParentRow(DataRelation) : DataRow
Documentation for this section has not yet been entered.
GetParentRow(string) : DataRow
Documentation for this section has not yet been entered.
GetParentRow(DataRelation, DataRowVersion) : DataRow
Documentation for this section has not yet been entered.
GetParentRow(string, DataRowVersion) : DataRow
Documentation for this section has not yet been entered.
GetParentRows(DataRelation) : DataRow[]
Documentation for this section has not yet been entered.
GetParentRows(string) : DataRow[]
Documentation for this section has not yet been entered.
GetParentRows(DataRelation, DataRowVersion) : DataRow[]
Documentation for this section has not yet been entered.
GetParentRows(string, DataRowVersion) : DataRow[]
Documentation for this section has not yet been entered.
HasVersion(DataRowVersion) : bool
Documentation for this section has not yet been entered.
IsNull(DataColumn) : bool
Documentation for this section has not yet been entered.
IsNull(int) : bool
Documentation for this section has not yet been entered.
IsNull(string) : bool
Documentation for this section has not yet been entered.
IsNull(DataColumn, DataRowVersion) : bool
Documentation for this section has not yet been entered.
RejectChanges()
Documentation for this section has not yet been entered.
SetAdded()
Documentation for this section has not yet been entered.
SetColumnError(DataColumn, string)
Documentation for this section has not yet been entered.
SetColumnError(int, string)
Documentation for this section has not yet been entered.
SetColumnError(string, string)
Documentation for this section has not yet been entered.
SetModified()
Documentation for this section has not yet been entered.
SetParentRow(DataRow)
Documentation for this section has not yet been entered.
SetParentRow(DataRow, DataRelation)
Documentation for this section has not yet been entered.

Protected Methods

SetNull(DataColumn)
Documentation for this section has not yet been entered.