C# (CSharp) SubSonic.Tests.Unit.Linq Namespace

Nested Namespaces

SubSonic.Tests.Unit.Linq.SqlStrings
SubSonic.Tests.Unit.Linq.TestBases

Сlasses

Name Description
MemoryTests
OracleDateTests
OracleNumberTests
OracleSpecificTests
OracleSpecificTests.DB2QueryParameterizationTests
OracleSpecificTests.OracleQueryParameterizationTests Tests the parameterization of queries. Unlike the other data providers, we should turn all values into bind variables, instead of just strings. This is due to the way Oracle does SQL parsing and execution plan caching, and the way it impacts scalability.
OracleStringTests
OracleTests