3 references to Select
System.Data.Common (2)
System\Data\Common\DBSchemaRow.cs (1)
49return dataTable.Select(null, "ColumnOrdinal ASC", rowStates);
System\Data\DataTable.cs (1)
2971DataRow[] rows = Select(filter, "", DataViewRowState.CurrentRows);
System.Data.OleDb (1)
OleDbCommandBuilder.cs (1)
229DataRow[] dataRows = table.Select(null, ODB.ORDINAL_POSITION_ASC, DataViewRowState.CurrentRows);