Mimer SQL Data Provider
State Property




Mimer.Data.Client Namespace > MimerConnection Class : State Property
Gets the current state of the connection.
Syntax
'Declaration
 
Public Overrides NotOverridable ReadOnly Property State As ConnectionState
public override ConnectionState State {get;}
public read-only property State: ConnectionState; override; 
public override function get State : ConnectionState
public: __property ConnectionState get_State() override;

Property Value

A bitwise combination of the System.Data.ConnectionState values. The default is Closed.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerConnection Class
MimerConnection Members