Mimer SQL Data Provider
ErrorLength Property




Mimer.Data.Client Namespace > MimerError Class : ErrorLength Property
The length in the SQL string of the object for which there was an error.
Syntax
'Declaration
 
Public ReadOnly Property ErrorLength As Integer
public int ErrorLength {get;}
public read-only property ErrorLength: Integer; 
public function get ErrorLength : int
public: __property int get_ErrorLength();

Property Value

Number of characters for the current error or -1 if unavailable.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerError Class
MimerError Members