FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDBAuditLogProvider..::..logEditGridDataLog Method

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

Syntax


public static void logEditGridDataLog(
	string connectionString,
	string userID,
	actionType actionType,
	string modifiedFieldName,
	string previousValue,
	string newValue,
	string keyFieldValue,
	string modifiedTableName
)
Public Shared Sub logEditGridDataLog ( _
	connectionString As String, _
	userID As String, _
	actionType As actionType, _
	modifiedFieldName As String, _
	previousValue As String, _
	newValue As String, _
	keyFieldValue As String, _
	modifiedTableName As String _
)
public:
static void logEditGridDataLog(
	String^ connectionString, 
	String^ userID, 
	actionType^ actionType, 
	String^ modifiedFieldName, 
	String^ previousValue, 
	String^ newValue, 
	String^ keyFieldValue, 
	String^ modifiedTableName
)

Parameters

connectionString
Type: String
userID
Type: String
actionType
Type: FlowWright.cDevErrorProvider..::..actionType
modifiedFieldName
Type: String
previousValue
Type: String
newValue
Type: String
keyFieldValue
Type: String
modifiedTableName
Type: String