Hello,
I have generated the llblgen code and using LinqMetaData object to query the entities. But i want to pass a connectionString (dynamic) to LinqMetaData.
I am not sure how to achieve this. This object has some overloads which speaks about SD.LLBLGen.Pro.ORMSupportClasses.ITransaction.
I also have seen that the use of Transaction object offers to input the connectionString.
Please help me with some sample code if you can, it will help. I am kind of lost at the moment.