SQLSelectIntoToString Method (DBMSType) |
Returns the INSERT INTO ... SELECT 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
)
Public Function ToString (
dbmsType As DBMSType
) As String
Parameters
- dbmsType
- Type: NetQuarryDBMSType
The type of RDBMS to consider
Return Value
Type:
StringThe SQL INSERT INTO ... SELECT statement.
See Also