FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..exportToSQL Method

Exports to SQL.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public static string exportToSQL(
	string connectionString,
	string sTableName,
	string keyFieldName,
	string keyFieldValue
)
Public Shared Function exportToSQL ( _
	connectionString As String, _
	sTableName As String, _
	keyFieldName As String, _
	keyFieldValue As String _
) As String
public:
static String^ exportToSQL(
	String^ connectionString, 
	String^ sTableName, 
	String^ keyFieldName, 
	String^ keyFieldValue
)

Parameters

connectionString
Type: String
The connection string.
sTableName
Type: String
Name of the s table.
keyFieldName
Type: String
Name of the key field.
keyFieldValue
Type: String
The key field value.

Return Value

System.String.