AdoDotNetProviderObjectFactory.CreateObject(Type) Method

Definition

Supports creation of the DataConnectionProperties and DataConnectionSupport types.

public:
 override System::Object ^ CreateObject(Type ^ objType);
public override object CreateObject (Type objType);
override this.CreateObject : Type -> obj
Public Overrides Function CreateObject (objType As Type) As Object

Parameters

objType
Type

Data type of object to create.

Returns

Returns an object of type specified by the objectType parameter, or null if the object type is not supported.

Applies to