OdbcError::NativeError Property

 

Gets the data source-specific error information.

Namespace:   System.Data.Odbc
Assembly:  System.Data (in System.Data.dll)

public:
property int NativeError {
	int get();
}

Property Value

Type: System::Int32

The data source-specific error information.

The following example displays the properties of the OdbcError.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: