DataRow

E827338

DataRow is a fundamental ADO.NET class that represents a single row of data within a DataTable, providing access to and manipulation of the row’s column values.

Jump to: Statements Referenced by

Statements (46)

Predicate Object
instanceOf ADO.NET class
addedTo DataRowCollection
associatedWith DataSet
DataView
createdBy DataTable.NewRow
definedInAssembly System.Data.dll NERFINISHED
definedInNamespace System.Data NERFINISHED
hasMethod AcceptChanges
BeginEdit
CancelEdit
ClearErrors
Delete
EndEdit
Field
GetChildRows
GetColumnError
GetParentRow
GetParentRows
IsNull
RejectChanges
SetColumnError
SetField
hasProperty HasErrors
Item
ItemArray
RowError
RowState
Table
hasRowState Added
Deleted
Detached
Modified
Unchanged
implements IEditableObject
introducedIn .NET Framework 1.0 NERFINISHED
lifecycleManagedBy DataTable NERFINISHED
partOf ADO.NET NERFINISHED
provides access to column values
represents single row of data
supports manipulation of column values
null value handling via IsNull
typed access via generics Field<T>
threadSafety not thread-safe for instance members
usedIn DataTable
usedWith DataColumn NERFINISHED
DataRelation

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

ADO.NET coreClass DataRow