AdoDotNetConnectionSupport.GetServiceImpl(Type) Method

Definition

Enables retrieving implementation services.

protected:
 override System::Object ^ GetServiceImpl(Type ^ serviceType);
protected override object GetServiceImpl (Type serviceType);
override this.GetServiceImpl : Type -> obj
Protected Overrides Function GetServiceImpl (serviceType As Type) As Object

Parameters

serviceType
Type

Data type of the service to be implemented.

Returns

Returns a service object instance.

Applies to