DataConnectionSupport.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 connection, optionally from an existing data provider object.
public:
abstract void Initialize(System::Object ^ providerObj);
public abstract void Initialize (object providerObj);
abstract member Initialize : obj -> unit
Public MustOverride Sub Initialize (providerObj As Object)
Parameters
- providerObj
- Object
An existing data provider object, or null if a new object needs to be created.