clsDBAuditLogProvider..::..logAuditChanges Method
Namespace:
FlowWright.cDevErrorProvider
Assembly: cDevErrorProvider (in cDevErrorProvider.dll)
Assembly: cDevErrorProvider (in cDevErrorProvider.dll)
Syntax
public static bool logAuditChanges( string connectionString, priorityLevel oPriority, auditSource auditSource, actionType actionType, string typeDesc, DataTable oDT, OrderedDictionary oParams, Guid workflowUserID )
Public Shared Function logAuditChanges ( _ connectionString As String, _ oPriority As priorityLevel, _ auditSource As auditSource, _ actionType As actionType, _ typeDesc As String, _ oDT As DataTable, _ oParams As OrderedDictionary, _ workflowUserID As Guid _ ) As Boolean
public: static bool^ logAuditChanges( String^ connectionString, priorityLevel^ oPriority, auditSource^ auditSource, actionType^ actionType, String^ typeDesc, DataTable^ oDT, OrderedDictionary^ oParams, Guid^ workflowUserID )
Parameters
- connectionString
- Type: String
- oPriority
- Type: FlowWright.cDevErrorProvider..::..priorityLevel
- auditSource
- Type: FlowWright.cDevErrorProvider..::..auditSource
- actionType
- Type: FlowWright.cDevErrorProvider..::..actionType
- typeDesc
- Type: String
- oDT
- Type: DataTable
- oParams
- Type: OrderedDictionary
- workflowUserID
- Type: Guid