C
Chevron Boyde
Hi all
I have a function setup in my Bus Logic Layer similar to the following
function ProcessOrders
function InsertOrder
function InsertOrderItems
I need to be make sure all functions use the same Transaction (Enterprise
Lib DbTransaction object) between method calls.
How shoudl I lat this out?
Cheers
S
I have a function setup in my Bus Logic Layer similar to the following
function ProcessOrders
function InsertOrder
function InsertOrderItems
I need to be make sure all functions use the same Transaction (Enterprise
Lib DbTransaction object) between method calls.
How shoudl I lat this out?
Cheers
S