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