Hi Folks
I am using the following code:
MicroFour.StrataFrame.Business.BusinessLayer.TransactionBegin(
The documentation I have only shows one parameter for TransactionBegin but I assume that the first one is going to be the name from Localization.MessageDataSourceKey in my Global.asax (in my case ""). It appears to be working but I'd hate for this to fail in production. Is this a correct assumption?
Thanks!
DataBasics.DataSources.Add(new SqlDataSourceItem("MyDataSourceKey", "Server=localhost..."));
Then you would call this:
BusinessLayer.TransactionBegin("MyDataSourceKey", Data.IsolationLeve.ReadCommitted);