ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1ExpressionDef Class / Text Property

In This Topic
    Text Property (C1ExpressionDef)
    In This Topic
    Gets or sets the expression text , which must conform to the language defined in the Language property.
    Syntax
    'Declaration
     
    Public Property Text As System.String
    public System.string Text {get; set;}
    Remarks
    Expression text is treated as code from a class method, returning a value (function); therefore, expression code must have a line which returns a value from the method (for example, "return" statement for Visual Basic and C#).
    See Also