CollectionTransactionsHelperOMDelete(IEnumerableIOMSnapshot, String) Method

Removes persistend objects of the snapshot specified in the collection as one transaction Allows to delete set of heterogeneous objects in one transaction.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public static IOMTransactionResult OMDelete(
	this IEnumerable<IOMSnapshot> objs,
	string transactionName = null
)

Parameters

objs  IEnumerableIOMSnapshot
Object to delete
transactionName  String  (Optional)
Name of the trnsaciton for the result

Return Value

IOMTransactionResult

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerableIOMSnapshot. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also