Select Method
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Data Namespace
DataTable Class
DataTable Methods
Select Method
Select Method
Select Method (String)
Select Method (String, String)
Select Method (String, String, ...
DataTable Methods
AcceptChanges Method
BeginInit Method
BeginLoadData Method
Clear Method
Clone Method
Compute Method
Copy Method
CreateDataReader Method
CreateInstance Method
Dispose Method
EndInit Method
EndLoadData Method
Finalize Method
GetChanges Method
GetDataTableSchema Method
GetErrors Method
GetObjectData Method
GetRowType Method
GetSchema Method
IListSource.GetList Method
ImportRow Method
ISerializable.GetObjectData Me ...
IXmlSerializable.GetSchema Met ...
IXmlSerializable.ReadXml Metho ...
IXmlSerializable.WriteXml Meth ...
Load Method
LoadDataRow Method
Merge Method
NewRow Method
NewRowArray Method
NewRowFromBuilder Method
OnColumnChanged Method
OnColumnChanging Method
OnPropertyChanging Method
OnRemoveColumn Method
OnRowChanged Method
OnRowChanging Method
OnRowDeleted Method
OnRowDeleting Method
OnTableCleared Method
OnTableClearing Method
OnTableNewRow Method
ReadXml Method
ReadXmlSchema Method
ReadXmlSerializable Method
RejectChanges Method
Reset Method
Select Method
ToString Method
WriteXml Method
WriteXmlSchema Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
DataTable
.
.
::
.
Select Method
Gets an array of
DataRow
objects.
Overload List
Name
Description
Select
()
()
()
Gets an array of all
DataRow
objects.
Select(String)
Gets an array of all
DataRow
objects that match the filter criteria in order of primary key (or lacking one, order of addition.)
Select(String, String)
Gets an array of all
DataRow
objects that match the filter criteria, in the specified sort order.
Select(String, String, DataViewRowState)
Gets an array of all
DataRow
objects that match the filter in the order of the sort that match the specified state.
Top
See Also
Reference
DataTable Class
DataTable Members
System.Data Namespace
Other Resources
DataTables (ADO.NET)
Tags :