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

In This Topic
    ConvertFrom(Object) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function ConvertFrom( _
       ByVal value As System.Object _
    ) As System.Object
    public System.object ConvertFrom( 
       System.object value
    )

    Parameters

    value
    See Also