Mimer SQL Data Provider
NativeError Property




Mimer.Data.Client Namespace > MimerError Class : NativeError Property
Gets the native database error code.
Syntax
'Declaration
 
Public ReadOnly Property NativeError As Integer
public int NativeError {get;}
public read-only property NativeError: Integer; 
public function get NativeError : int
public: __property int get_NativeError();

Property Value

The native database error code. Zero if not available.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerError Class
MimerError Members