Mimer SQL Data Provider
ErrorPosition Property




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

Property Value

Error position (starting at 0) for the current error or -1 if unavailable.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerError Class
MimerError Members