Hi there,
I'm going through some old code and I'm seeing a lot of this:
static readonly LinqMetaData _metaData = new LinqMetaData();
besides the fact that TransactionToUse will never be disposed (if it's set somewhere), are there also any other issues that might arise?