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!

DataRow Properties

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

Public:

HasErrors Gets a value indicating whether there are errors in a columns collection.
Item Overloaded. [To be supplied.]

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

ItemArray Gets or sets all of the values for this row through an array.
RowError Gets or sets the custom error description for a row.
RowState Gets the current state of the row in regards to its relationship to the table.
Table Gets the DataTable for which this row has a schema.

See Also

DataRow Class | System.Data Namespace