ComponentOne Data Source for Entity Framework
C1.Data.Design Namespace / EntityContextTypeConverter Class / GetStandardValuesSupported Method / GetStandardValuesSupported(ITypeDescriptorContext) Method

In This Topic
    GetStandardValuesSupported(ITypeDescriptorContext) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Function GetStandardValuesSupported( _
       ByVal context As System.ComponentModel.ITypeDescriptorContext _
    ) As System.Boolean
    public override System.bool GetStandardValuesSupported( 
       System.ComponentModel.ITypeDescriptorContext context
    )

    Parameters

    context
    See Also