VistaDB 6
VistaDB.Extra Namespace / VistaDBDataTable Class / SetScope Method
The script to use by engine in order to evaluate low scope key
The script to use by engine in order to evaluate high scope key


In This Topic
    SetScope Method (VistaDBDataTable)
    In This Topic
    Set scope in active index of opened table
    Syntax
    'Declaration
     
    
    Public Sub SetScope( _
       ByVal lowExpr As System.String, _
       ByVal highExpr As System.String _
    ) 
    'Usage
     
    
    Dim instance As VistaDBDataTable
    Dim lowExpr As System.String
    Dim highExpr As System.String
     
    instance.SetScope(lowExpr, highExpr)
    public void SetScope( 
       System.string lowExpr,
       System.string highExpr
    )

    Parameters

    lowExpr
    The script to use by engine in order to evaluate low scope key
    highExpr
    The script to use by engine in order to evaluate high scope key
    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