DataRow::Table Property
.NET Framework (current version)
Gets the DataTable for which this row has a schema.
Assembly: System.Data (in System.Data.dll)
A DataRow does not necessarily belong to any table's collection of rows. This behavior occurs when the DataRow has been created but not added to the DataRowCollection. If the RowState property returns DataRowState.Detached, the row is not in any collection.
.NET Framework
Available since 1.1
Available since 1.1
Show: