EventUpsert(SqlConnection, String, String, Boolean, Guid, Guid, Guid, Guid, String, Boolean) Method
Namespace: Centralpoint.Web.SiteAssembly: Centralpoint.Web.Site (in Centralpoint.Web.Site.dll) Version: 1.0.0.0 (1.0.0.0)
public static bool Upsert(
SqlConnection connection,
string type,
string notes,
bool isConsole,
Guid moduleId,
Guid dataId,
Guid eventId,
Guid userId,
string userName,
bool isAncestorAdmin
)
Public Shared Function Upsert (
connection As SqlConnection,
type As String,
notes As String,
isConsole As Boolean,
moduleId As Guid,
dataId As Guid,
eventId As Guid,
userId As Guid,
userName As String,
isAncestorAdmin As Boolean
) As Boolean
- connection SqlConnection
-
- type String
-
- notes String
-
- isConsole Boolean
-
- moduleId Guid
-
- dataId Guid
-
- eventId Guid
-
- userId Guid
-
- userName String
-
- isAncestorAdmin Boolean
-
Boolean