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

In This Topic
    EomConstant Class Members
    In This Topic

    The following tables list the members exposed by EomConstant.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyIndicates whether Value can be converted to OperandType, and thus usage of the ConvertedValue property is permitted.  
    Public PropertyReturns the Value converted to OperandType, in case when CanConvertValue returns true. If CanConvertValue is false then returns null.  
    Public PropertyOverridden. The target type of value, to which Value is converted when call to ConvertedValue property occurs.  
    Public PropertyIf this operand is Left or Right of EomOperation element, returns that EomOperation element. (Inherited from C1.C1DataExtender.EomOperandElement)
    Public PropertyOriginal value of the constant, from expression source.  
    Top
    Public Methods
     NameDescription
    Public Method  
    Public MethodEnsure Parent is null in the clone. (Inherited from C1.C1DataExtender.EomOperandElement)
    Public MethodReturns Value converted to the specified targetType, or null if converion is impossible.  
    Top
    See Also