Knight Data Access Layer
VisitIf Method




IQToolkit.Data.PostgreSql Namespace > PostgreSqlFormatter Class : VisitIf Method
Syntax
Protected Overrides Function VisitIf( _
   ByVal ifx As IFCommand _
) As Expression
Dim instance As PostgreSqlFormatter
Dim ifx As IFCommand
Dim value As Expression
 
value = instance.VisitIf(ifx)
protected override Expression VisitIf( 
   IFCommand ifx
)
protected: Expression* VisitIf( 
   IFCommand* ifx
) override 
protected:
Expression^ VisitIf( 
   IFCommand^ ifx
) override 

Parameters

ifx
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

Reference

PostgreSqlFormatter Class
PostgreSqlFormatter Members