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
Syntaxpublic string TransactionName { get; set; }
Public Property TransactionName As String
Get
Set
public:
property String^ TransactionName {
String^ get ();
void set (String^ value);
}
member TransactionName : string with get, set
Property Value
Type:
String
The name of the transaction.
See Also