DataFieldConverter.GetStandardValues Method (ITypeDescriptorContext)
.NET Framework 3.0
Gets the data fields present within the selected data source if information about them is available.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public: virtual StandardValuesCollection^ GetStandardValues ( ITypeDescriptorContext^ context ) override
public StandardValuesCollection GetStandardValues ( ITypeDescriptorContext context )
public override function GetStandardValues ( context : ITypeDescriptorContext ) : StandardValuesCollection
Not applicable.
Parameters
- context
An ITypeDescriptorContext object indicating the component or control to get values for.
Return Value
A TypeConverter.StandardValuesCollection listing the standard accessible data sources.This method uses the IDataSourceProvider implementation on the component's designer to retrieve the selected data source.
Community Additions
ADD
Show: