Click or drag to resize

SQLInserterToString Method (DBMSType)

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
)

Parameters

dbmsType
Type: NetQuarryDBMSType
The type of RDBMS being used.

Return Value

Type: String
The SQL INSERT statement.
See Also