Gets the rows in the collection as an object.
[Visual Basic] Overridable Protected ReadOnly Property List As ObjectList [C#] protected ObjectList List {override get;} [C++] protected: __property virtual ObjectList* get_List(); [JScript] protected function get List() : ObjectList;
An ObjectList that contains all of the rows.
RowsCollection Class | RowsCollection Members | System.Data Namespace | ObjectList