VistaDB 6
VistaDB.DDA Namespace / IVistaDBTable Interface / Evaluate Method
Expression to evaluate


In This Topic
    Evaluate Method
    In This Topic
    Evaluate expression.
    Syntax
    'Declaration
     
    
    Function Evaluate( _
       ByVal expression As System.String _
    ) As IVistaDBRow
    'Usage
     
    
    Dim instance As IVistaDBTable
    Dim expression As System.String
    Dim value As IVistaDBRow
     
    value = instance.Evaluate(expression)
    IVistaDBRow Evaluate( 
       System.string expression
    )

    Parameters

    expression
    Expression to evaluate

    Return Value

    Row result
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also