Mimer SQL Data Provider
RoutineSchema Property




Mimer.Data.Client Namespace > MimerError Class : RoutineSchema Property
The name of the schema containing the function or procedure in which the exception was raised.
Syntax
'Declaration
 
Public ReadOnly Property RoutineSchema As String
public string RoutineSchema {get;}
public read-only property RoutineSchema: String; 
public function get RoutineSchema : String
public: __property string* get_RoutineSchema();

Property Value

Routine schema name or null (Nothing in Visual Basic)
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerError Class
MimerError Members