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