NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RowsCollection Properties

The properties of the RowsCollection class are listed below. For a complete list of RowsCollection class members, see the RowsCollection Members topic.

Public:

All Gets all of the rows in the table, in order of addition.
Count Gets the count of the rows in RowsCollection.
IsReadOnly (inherited from BaseCollection) [To be supplied.]
IsSynchronized (inherited from BaseCollection) [To be supplied.]
Item Gets the row at the specified index.

In C#, this member is the indexer for the RowsCollection class.

SyncRoot (inherited from BaseCollection) [To be supplied.]

Protected:

List Gets the rows in the collection as an object.

See Also

RowsCollection Class | System.Data Namespace