DataProviderObjectFactory.GetType(String) Method

Definition

Retrieves a type definition given a type name.

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

Name of the type to return.

Returns

Returns a type object instance.

Applies to