VistaDB 6
VistaDB.DDA Namespace / IVistaDBTable Interface / SetScope Method


In This Topic
    SetScope Method (IVistaDBTable)
    In This Topic
    Set the scope for the table to constrain the range of rows under the ActiveIndex. After setting an ActiveIndex on the table (or null to use natural storage order) you can get copies from the CurrentKey property for row instances with the correct schema to use as the arguments.
    Overload List
    OverloadDescription
    Set the scope for the table to constrain the range of rows under the ActiveIndex. After setting an ActiveIndex on the table (or null to use natural storage order) you can get copies from the CurrentKey property for row instances with the correct schema to use as the arguments.  
    Set the scope for the table to constrain the range of rows under the ActiveIndex with string arguments expressing values for each column of the active index defining the lower and upper bounds of the scope.  
    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