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!

ADOError.NativeError

Gets the database-specific error information.

[Visual Basic]
Public ReadOnly Property NativeError As Integer
[C#]
public int NativeError {get;}
[C++]
public: __property int get_NativeError();
[JScript]
public function get NativeError() : int;

Property Value

The database-specific error information.

See Also

ADOError Class | ADOError Members | System.Data.ADO Namespace