DataProviderNameConverter.GetStandardValuesSupported Method

Definition

Gets a value indicating whether this object returns a standard set of ActiveX® Data Objects (ADO) for the .NET Framework (ADO.NET) provider names that can be picked from a list.

C#
public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context);

Parameters

context
ITypeDescriptorContext

An object implementing the ITypeDescriptorContext that provides information about a context to a type converter so that the type converter can perform a conversion.

Returns

Always true.

Remarks

The context parameter is not used by the GetStandardValuesSupported method.

Applies to

Продукт Версії
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also