Knight Data Access Layer
Format Method (PostgreSqlLanguage.PostgreSqlLinguist)




IQToolkit.Data.PostgreSql Namespace > PostgreSqlLanguage.PostgreSqlLinguist Class : Format Method
Syntax
Public Overrides Function Format( _
   ByVal expression As Expression _
) As String
Dim instance As PostgreSqlLanguage.PostgreSqlLinguist
Dim expression As Expression
Dim value As String
 
value = instance.Format(expression)
public override string Format( 
   Expression expression
)
public: string* Format( 
   Expression* expression
) override 
public:
String^ Format( 
   Expression^ expression
) override 

Parameters

expression
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

PostgreSqlLanguage.PostgreSqlLinguist Class
PostgreSqlLanguage.PostgreSqlLinguist Members