NativeError property

Returns the SQL code returned by the database.

Syntax
Visual Basic

Public Readonly Property NativeError As ULSQLCode
C#

public ULSQLCode NativeError  { get;}
Property value

The ULSQLCode value returned by the database.

See also