Mimer SQL Data Provider
TableSchema Property




Mimer.Data.Client Namespace > MimerError Class : TableSchema Property
If the error is connected to a table or view this property returns the schema name of the view or table.
Syntax
'Declaration
 
Public ReadOnly Property TableSchema As String
public string TableSchema {get;}
public read-only property TableSchema: String; 
public function get TableSchema : String
public: __property string* get_TableSchema();

Property Value

Schema name or null (Nothing in Visual Basic)
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerError Class
MimerError Members