The properties of the SQLErrors class are listed below. For a complete list of SQLErrors class members, see the SQLErrors Members topic.
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? |