Mimer SQL Data Provider
ColumnName Property




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

Property Value

Column name or null (Nothing in Visual Basic)
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerError Class
MimerError Members
TableName Property