Deletes UserData matching a SourceType, SourcePk and Key combination.

Syntax

finUserDataFunctions.Delete(sourceType, sourcePk, key, [errorIfNotExists])

Parameters

NameTypeOptionalByRefDescription
sourceType Integer The SourceType of the UserData.
sourcePk Integer The SourcePk of the UserData.
key String The Key of the UserData.
errorIfNotExists Boolean Optional If the specified combination does not exist, indicates if this function should return an error. If omitted, a value of False is assumed.

Return Value

Boolean

A Boolean value indicating success.

Member of:
finUserDataFunctions
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0