3 references to Select
System.Data (3)
fx\src\data\System\Data\Common\DBSchemaRow.cs (1)
35
DataRow[] dataRows = dataTable.
Select
(null, "ColumnOrdinal ASC", rowStates);
fx\src\data\System\Data\DataTable.cs (1)
2731
DataRow[] rows =
Select
(filter, "", DataViewRowState.CurrentRows);
fx\src\data\System\Data\OleDb\OleDbCommandBuilder.cs (1)
206
DataRow[] dataRows = table.
Select
(null, ODB.ORDINAL_POSITION_ASC, DataViewRowState.CurrentRows); // MDAC 70928