DaveShopCtrl
Results
2
comments of
DaveShopCtrl
When you consider to remove the `IsConnected` property, maybe replace it with an ConnectionState property that returns an enumeration value to indicate it's state (closed, connecting, open) similar to `SqlConnection.State`...
Documentation is still not updated..