The first parameter is the DataSourceKey that you specified when you created your data source (connection string). So, if you did this:DataBasics.DataSources.Add(new SqlDataSourceItem("MyDataSourceKey", "Server=localhost..."));
Then you would call this:
BusinessLayer.TransactionBegin("MyDataSourceKey", Data.IsolationLeve.ReadCommitted);