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.

All labels observed (2)

Label Occurrences
DataRow canonical 1
System.Data.DataRow 1

How this entity was disambiguated

Statements (46)

Predicate Object
instanceOf ADO.NET class ⓘ
addedTo DataRowCollection ⓘ
associatedWith DataSet ⓘ
DataView ⓘ
createdBy DataTable.NewRow ⓘ
definedInAssembly System.Data.dll ⓘ
linked to: System.Data
definedInNamespace System.Data ⓘ
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 ⓘ
linked to: .NET Framework
lifecycleManagedBy DataTable ⓘ
partOf ADO.NET ⓘ
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 ⓘ
DataRelation ⓘ

How these facts were elicited

Referenced by (2)

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

ADO.NET → coreClass → DataRow ⓘ
System.Data → containsClass → System.Data.DataRow ⓘ
linked to: DataRow