SQLUpserterToString Method (DBMSType, SQLHelperFlags) |
Returns the MERGE statement.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string ToString(
DBMSType dbmsType,
SQLHelperFlags flags
)
Public Function ToString (
dbmsType As DBMSType,
flags As SQLHelperFlags
) As String
Parameters
- dbmsType
- Type: NetQuarryDBMSType
The type of RDBMS being used. - flags
- Type: NetQuarrySQLHelperFlags
Flags affecting the SQL generation or execution.
Return Value
Type:
StringThe SQL MERGE statement.
See Also