2 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)
2966DataRow[] rows = Select(filter, "", DataViewRowState.CurrentRows);