Click or drag to resize

DataSourceCommandTransactionName Property

Gets or sets the name of the transaction.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public string TransactionName { get; set; }

Property Value

Type: String
The name of the transaction.
See Also