Knight Data Access Layer
VisitNew Method




IQToolkit.Data.PostgreSql Namespace > PostgreSqlFormatter Class : VisitNew Method
Syntax
Protected Overrides Function VisitNew( _
   ByVal nex As NewExpression _
) As NewExpression
Dim instance As PostgreSqlFormatter
Dim nex As NewExpression
Dim value As NewExpression
 
value = instance.VisitNew(nex)
protected override NewExpression VisitNew( 
   NewExpression nex
)
protected: NewExpression* VisitNew( 
   NewExpression* nex
) override 
protected:
NewExpression^ VisitNew( 
   NewExpression^ nex
) override 

Parameters

nex
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