VistaDB 6
VistaDB.DDA Namespace / IVistaDBTable Interface / GetFilter Method
When it is true, returns script for optimizable filter (may have been modified from what was given to the engine). Otherwise returns simple script filter


In This Topic
    GetFilter Method
    In This Topic
    Gets filter expression for current table state.
    Syntax
    'Declaration
     
    
    Function GetFilter( _
       ByVal optimizable As System.Boolean _
    ) As System.String
    'Usage
     
    
    Dim instance As IVistaDBTable
    Dim optimizable As System.Boolean
    Dim value As System.String
     
    value = instance.GetFilter(optimizable)
    System.string GetFilter( 
       System.bool optimizable
    )

    Parameters

    optimizable
    When it is true, returns script for optimizable filter (may have been modified from what was given to the engine). Otherwise returns simple script filter

    Return Value

    Script filter expression as a string
    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