System.Data.DataTable.Select Method

Gets an array of all System.Data.DataRow objects.

Syntax

public DataRow[] Select ()

Returns

An array of System.Data.DataRow objects.

Remarks

To ensure the proper sort order, specify sort criteria with DataTable.Select(string, string) or DataTable.Select(string, string, DataViewRowState).

Requirements

Namespace: System.Data
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0