Mimer SQL Data Provider
ConditionIdentifier Property




Mimer.Data.Client Namespace > MimerError Class : ConditionIdentifier Property
The value specified for condition-name in the DECLARE CONDITION statement declaring the exception as a named condition.
Syntax
'Declaration
 
Public ReadOnly Property ConditionIdentifier As String
public string ConditionIdentifier {get;}
public read-only property ConditionIdentifier: String; 
public function get ConditionIdentifier : String
public: __property string* get_ConditionIdentifier();

Property Value

Condition name or null (Nothing in Visual Basic)
Remarks
This will be the empty string ("") if the exception has not been declared as a named condition.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerError Class
MimerError Members