System.Data.Generic
DataSourceClose Method |
Note: This API is now obsolete.
Close 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 void Close()
<ObsoleteAttribute("You can remove Open. Does not be used anymore.")> Public Sub Close
public: [ObsoleteAttribute(L"You can remove Open. Does not be used anymore.")] void Close()
[<ObsoleteAttribute("You can remove Open. Does not be used anymore.")>] member Close : unit -> unit

