DataProviderObjectFactory.GetType(String) 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.
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.