3 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);
System.Data.OleDb (1)
OleDbCommandBuilder.cs (1)
229
DataRow[] dataRows = table.
Select
(null, ODB.ORDINAL_POSITION_ASC, DataViewRowState.CurrentRows);