DataProviderNameConverter Constructor

Definition

Initializes a new instance of the DataProviderNameConverter class.

public:
 DataProviderNameConverter();
public DataProviderNameConverter ();
Public Sub New ()

Remarks

The .NET Framework internally constructs a new instance of the DataProviderNameConverter class when the class is referenced by a TypeConverterAttribute attribute.

Applies to

See also