'Declaration
Public Overrides Function TransformQueryLimits( _
ByVal As SQLSubSelectStatement, _
ByVal As System.String, _
ByVal As System.String _
) As SQLSubSelectStatement
'Usage
Dim instance As PostgreSQLSyntaxProvider
Dim query As SQLSubSelectStatement
Dim limitOffset As System.String
Dim limitCount As System.String
Dim value As SQLSubSelectStatement
value = instance.TransformQueryLimits(query, limitOffset, limitCount)
public override SQLSubSelectStatement TransformQueryLimits(
SQLSubSelectStatement ,
System.string ,
System.string
)
public: SQLSubSelectStatement* TransformQueryLimits(
SQLSubSelectStatement* ,
System.string* ,
System.string*
) override