CommonDatabaseFunctionsDeleteObjects Method
Deletes all objects in a collection.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
public static void DeleteObjects(
ODataService ctx,
IEnumerable<Object> collection
)
Public Shared Sub DeleteObjects (
ctx As ODataService,
collection As IEnumerable(Of Object)
)
public:
static void DeleteObjects(
ODataService^ ctx,
IEnumerable<Object^>^ collection
)
static member DeleteObjects :
ctx : ODataService *
collection : IEnumerable<Object> -> unit
Parameters
- ctx ODataService
- The Odata context.
- collection IEnumerableObject
- The collection.