Click or drag to resize

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
)

Parameters

dbmsType
Type: NetQuarryDBMSType
The type of RDBMS being used.
flags
Type: NetQuarrySQLHelperFlags
Flags affecting the SQL generation or execution.

Return Value

Type: String
The SQL MERGE statement.
See Also