Click or drag to resize

SqlStatement Operators

The SqlStatement type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberAddition(SqlStatement, SqlStatement) Concatenate the two sql statements together
Public operatorStatic memberAddition(SqlStatement, String) Concatenate with a simple string
Public operatorStatic memberAddition(String, SqlStatement) Concatenate with a simple string
Top
See Also