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

In This Topic
    CanConvertValue Property
    In This Topic
    Indicates whether Value can be converted to OperandType, and thus usage of the ConvertedValue property is permitted.
    Syntax
    'Declaration
     
    Public ReadOnly Property CanConvertValue As System.Boolean
    public System.bool CanConvertValue {get;}
    See Also