Gets or sets TransactionName.

Namespace: ININ.IceLib.Data.TransactionBuilder
Assembly: ININ.IceLib.Data.TransactionBuilder (in ININ.IceLib.Data.TransactionBuilder.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public string TransactionName { get; set; }
Visual Basic
Public Property TransactionName As String
	Get
	Set

Field Value

The name of the transaction.

Remarks

The TransactionName can be any string.

The TransactionName and ProcedureName properties are currently sent in the wrong order to the IC Server. In order to get the desired results when calling Execute(TransactionData%), ExecuteAsync(TransactionData, EventHandler<(Of <<'(ExecuteCompletedEventArgs>)>>), Object), or BeginExecute(TransactionData, AsyncCallback, Object), these 2 parameter values should be swapped so that the TransactionName property has the stored procedure name, and the ProcedureName property has the transaction name.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.

See Also