ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / EomConstant Class / EomConstant Constructor

In This Topic
    EomConstant Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As System.Object, _
       ByVal targetType As System.Type _
    )
    public EomConstant( 
       System.object value,
       System.Type targetType
    )

    Parameters

    value
    targetType
    See Also