FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..exportSQLInsert Method

Exports the SQL insert.

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

Syntax


public string exportSQLInsert(
	configChanges oConfigChangeType,
	string itemID,
	out string itemName
)
Public Function exportSQLInsert ( _
	oConfigChangeType As configChanges, _
	itemID As String, _
	<OutAttribute> ByRef itemName As String _
) As String
public:
String^ exportSQLInsert(
	configChanges^ oConfigChangeType, 
	String^ itemID, 
	[OutAttribute] String^% itemName
)

Parameters

oConfigChangeType
Type: FlowWright.cDevDeAPI..::..configChanges
The o ConfigChange Type.
itemID
Type: String
The item identifier.
itemName
Type: String%
Name of the item.

Return Value

System.String.