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