FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDataAccess..::..deleteRecord Method

delete a given record

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

Syntax


public bool deleteRecord(
	string tableName,
	string keyFieldName,
	string recordID
)
Public Function deleteRecord ( _
	tableName As String, _
	keyFieldName As String, _
	recordID As String _
) As Boolean
public:
bool^ deleteRecord(
	String^ tableName, 
	String^ keyFieldName, 
	String^ recordID
)

Parameters

tableName
Type: String
name of the table
keyFieldName
Type: String
name of the key field
recordID
Type: String
value of the key field

Return Value

true if XXXX, false otherwise.