FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDataAccess..::..upsertRecord Method (String, Hashtable, String)

Upserts the record.

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

Syntax


public bool upsertRecord(
	string tableName,
	Hashtable oFields,
	string sWhereFieldList
)
Public Function upsertRecord ( _
	tableName As String, _
	oFields As Hashtable, _
	sWhereFieldList As String _
) As Boolean
public:
bool^ upsertRecord(
	String^ tableName, 
	Hashtable^ oFields, 
	String^ sWhereFieldList
)

Parameters

tableName
Type: String
Name of the table.
oFields
Type: Hashtable
The o fields.
sWhereFieldList
Type: String
The s where field list.

Return Value

true if XXXX, false otherwise.