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

In This Topic
    CanConvertFrom(Type) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function CanConvertFrom( _
       ByVal sourceType As System.Type _
    ) As System.Boolean
    public System.bool CanConvertFrom( 
       System.Type sourceType
    )

    Parameters

    sourceType
    See Also