Mimer SQL Data Provider
TableName Property




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

Property Value

Table name or null (Nothing in Visual Basic)
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerError Class
MimerError Members
TableSchema Property