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!

SQLErrors Properties

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

Public:

All Gets all of the SQL adapter errors collected.
Count Gets the number of errors in the collection.
IsReadOnly Gets a boolean indicating whether the collection is read-only.
IsSynchronized Gets a boolean that indicating whether the collection is sychonized with the data source.
Item Gets the error at the specified index.

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

SyncRoot What purpose does this property serve?

See Also

SQLErrors Class | System.Data.SQL Namespace