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

In This Topic
    GetPropertiesSupported(ITypeDescriptorContext) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function GetPropertiesSupported( _
       ByVal context As System.ComponentModel.ITypeDescriptorContext _
    ) As System.Boolean
    public virtual System.bool GetPropertiesSupported( 
       System.ComponentModel.ITypeDescriptorContext context
    )

    Parameters

    context
    See Also