Knight Data Access Layer
Format(Expression,QueryLanguage) Method




IQToolkit.Data.PostgreSql Namespace > PostgreSqlFormatter Class > Format Method : Format(Expression,QueryLanguage) Method
Syntax
Public Overloads Shared Function Format( _
   ByVal expression As Expression, _
   ByVal language As QueryLanguage _
) As String
Dim expression As Expression
Dim language As QueryLanguage
Dim value As String
 
value = PostgreSqlFormatter.Format(expression, language)
public static string Format( 
   Expression expression,
   QueryLanguage language
)
public: static string* Format( 
   Expression* expression,
   QueryLanguage* language
) 
public:
static String^ Format( 
   Expression^ expression,
   QueryLanguage^ language
) 

Parameters

expression
language
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
Overload List