Mimer SQL Data Provider
CursorName Property




Mimer.Data.Client Namespace > MimerError Class : CursorName Property
The name of the cursor which is in an invalid state, when an exception with SQLState is set to 24000 - 'Invalid Cursor State'.
Syntax
'Declaration
 
Public ReadOnly Property CursorName As String
public string CursorName {get;}
public read-only property CursorName: String; 
public function get CursorName : String
public: __property string* get_CursorName();

Property Value

Cursor name or null (Nothing in Visual Basic)
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerError Class
MimerError Members