SQLInserterToString Method (DBMSType, Boolean) |
Returns the INSERT 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,
bool noRowLockHints
)
Public Function ToString (
dbmsType As DBMSType,
noRowLockHints As Boolean
) As String
Parameters
- dbmsType
- Type: NetQuarryDBMSType
The type of RDBMS being used. - noRowLockHints
- Type: SystemBoolean
If true, no ROWLOCK hints will be added to the statement.
Return Value
Type:
StringThe SQL INSERT statement.
See Also