Share via


DataProviderObjectFactory.GetType(String) Method

Definition

Resolves a provider-specific type name to its corresponding Type representation.

public:
 virtual Type ^ GetType(System::String ^ typeName);
public virtual Type GetType (string typeName);
override this.GetType : string -> Type
Public Overridable Function GetType (typeName As String) As Type

Parameters

typeName
String

A provider-specific type name.

Returns

A Type object representing the type resolved from the specified type name, if found; otherwise, null.

Implements

Exceptions

The typeName parameter is null.

Applies to