21 references to NewRow
System.Data (18)
fx\src\data\System\Data\CodeGen\datacache.cs (1)
844
table.
NewRow
(); // by this we force DataTable create DataStorage for each column in a table.
fx\src\data\System\Data\Common\DbProviderFactories.cs (1)
165
DataRow row = dataTable.
NewRow
();
fx\src\data\System\Data\Common\DbProviderFactoriesConfigurationHandler.cs (1)
231
DataRow values = config.
NewRow
();
fx\src\data\System\Data\DataTableReader.cs (1)
678
DataRow dr = tempSchemaTable.
NewRow
();
fx\src\data\System\Data\DataView.cs (1)
619
addNewRow = table.
NewRow
();
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (1)
2001
DataRow row = schematable.
NewRow
();
fx\src\data\System\Data\Odbc\odbcmetadatafactory.cs (2)
240
dataTypesRow = dataTypesTable.
NewRow
();
949
DataRow row = reservedWordsTable.
NewRow
();
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (2)
403
DataRow row = table.
NewRow
();
462
DataRow row = table.
NewRow
();
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (1)
364
DataRow newRow = schemaTable.
NewRow
();
fx\src\data\System\Data\OleDb\OleDbMetaDataFactory.cs (1)
396
DataRow newRow = dataTypesTable.
NewRow
();
fx\src\data\System\Data\ProviderBase\DbMetaDataFactory.cs (1)
99
newRow = destinationTable.
NewRow
();
fx\src\data\System\Data\Sql\SqlDataSourceEnumerator.cs (1)
145
dataRow = dataTable.
NewRow
();
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (1)
510
DataRow schemaRow = schemaTable.
NewRow
();
fx\src\data\System\Data\SqlClient\SqlDataReaderSmi.cs (1)
560
DataRow schemaRow = schemaTable.
NewRow
();
fx\src\data\System\Data\SqlClient\sqlmetadatafactory.cs (2)
107
newRow = dataTypesTable.
NewRow
();
219
newRow = dataTypesTable.
NewRow
();
System.Web (1)
UI\TraceContext.cs (1)
748
return ds.Tables[table].
NewRow
();
System.Web.DataVisualization (1)
Common\General\DataManipulator.cs (1)
1017
DataRow dataRow = seriesTable.
NewRow
();
System.Windows.Forms.DataVisualization (1)
Common\General\DataManipulator.cs (1)
1017
DataRow dataRow = seriesTable.
NewRow
();