AdoDotNetConnectionSupport.Initialize(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes the specified ADO.NET connection using a specified provider.
public:
override void Initialize(System::Object ^ providerObj);
public override void Initialize (object providerObj);
override this.Initialize : obj -> unit
Public Overrides Sub Initialize (providerObj As Object)
Parameters
- providerObj
- Object
Data provider object, or null if a new object needs to be created.