.NET Framework Class Library
DataTable..::.Select Method

Gets an array of DataRow objects.

Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSelect()()()Gets an array of all DataRow objects.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSelect(String)Gets an array of all DataRow objects that match the filter criteria in order of primary key (or lacking one, order of addition.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSelect(String, String)Gets an array of all DataRow objects that match the filter criteria, in the specified sort order.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSelect(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

Other Resources

Tags :


Page view tracker