Knight Data Access Layer
GetOperator(BinaryExpression) Method




IQToolkit.Data.PostgreSql Namespace > PostgreSqlFormatter Class > GetOperator Method : GetOperator(BinaryExpression) Method
Syntax
Protected Overloads Overrides Function GetOperator( _
   ByVal b As BinaryExpression _
) As String
Dim instance As PostgreSqlFormatter
Dim b As BinaryExpression
Dim value As String
 
value = instance.GetOperator(b)
protected override string GetOperator( 
   BinaryExpression b
)
protected: string* GetOperator( 
   BinaryExpression* b
) override 
protected:
String^ GetOperator( 
   BinaryExpression^ b
) override 

Parameters

b
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