SQLUpdaterToString Method (DBMSType, SQLHelperFlags) |
Returns the UPDATE 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 options
)
Public Function ToString (
dbmsType As DBMSType,
options As SQLHelperFlags
) As String
Parameters
- dbmsType
- Type: NetQuarryDBMSType
The type of RDBMS to consider - options
- Type: NetQuarrySQLHelperFlags
Options specifying how to generate the SQL.
Return Value
Type:
StringThe SQL UPDATE statement.
See Also