Sorry, but there are no more tags available to filter with.
-
Thanks - this got me over that hump. Now, while using FetchById I am now getting an "Invalid attempt to Read when reader is closed" InvalidOperationException in ReadOnlyRecord line 192. The reader is closed by OracleDataProvider line 245 call to Dispose on the AutomaticConnectionScope which...
-
I have some code that works with 2.0.3 but does not work with 2.1.0 example: Dim cd as string = "code" Dim exampleCollection= New EXAMPLE.ExampleCollection() exampleCollection.Where("COL1", SubSonic.Comparison.NotEquals, cd).Where("COL2", cd).Load() System.Console.WriteLine...