Version

DataSourceFilterBuilderBuildCallback Delegate

A callback for interacting with the filter builder factory.
Syntax
'Declaration
 
Public Delegate Function DataSourceFilterBuilderBuildCallback( _
   ByVal b As FilterFactory _
) As FilterExpression
public delegate FilterExpression DataSourceFilterBuilderBuildCallback( 
   FilterFactory b
)

Parameters

b
An instance of the FilterFactory to use to build filters more tersely.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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