Mono Class Library: Overview

System.Data.DataRow: Members

The members of System.Data.DataRow are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
HasErrorsbool. Documentation for this section has not yet been entered.
default property
Item(DataColumn)object. Documentation for this section has not yet been entered.
default property
Item(int)object. Documentation for this section has not yet been entered.
default property
Item(string)object. Documentation for this section has not yet been entered.
[read-only]
default property
Item(DataColumn, DataRowVersion)object. Documentation for this section has not yet been entered.
[read-only]
default property
Item(int, DataRowVersion)object. Documentation for this section has not yet been entered.
[read-only]
default property
Item(string, DataRowVersion)object. Documentation for this section has not yet been entered.
ItemArrayobject[]. Documentation for this section has not yet been entered.
RowErrorstring. Documentation for this section has not yet been entered.
[read-only]
RowStateDataRowState. Documentation for this section has not yet been entered.
[read-only]
TableDataTable. Documentation for this section has not yet been entered.

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.