Gets or sets the name of the transaction to be committed; if null, the transaction will be rolled back.
Syntax
protected string TransactionResult {get; set;}
Property Value
The default value is null;
StartTransaction will also set this to null.
See Also