System.Data.Generic
DataSourceConnectionState Property |
Note: This API is now obsolete.
Returns the connection state of the data connection.
Namespace: System.Data.Generic
Assembly: System.Data.Generic (in System.Data.Generic.dll) Version: 1.9.5473.30542 (1.9.5473.2392)

[ObsoleteAttribute("You can remove Open. Does not be used anymore.")] public ConnectionState ConnectionState { get; }
<ObsoleteAttribute("You can remove Open. Does not be used anymore.")> Public ReadOnly Property ConnectionState As ConnectionState Get
public: [ObsoleteAttribute(L"You can remove Open. Does not be used anymore.")] property ConnectionState ConnectionState { ConnectionState get (); }
[<ObsoleteAttribute("You can remove Open. Does not be used anymore.")>] member ConnectionState : ConnectionState with get
Property Value
Type: ConnectionStateReturn Value
Type: ConnectionState
