Reference > Utilities > dbex
dbex
.NET CLR languages and SQL have an inherent impedance mismatch as each were designed for completely different use cases. While dbExpression aims to make compiled code resemble SQL as closely as possible, some differences require the use of utility methods to help bridge the impedance mismatch as much as possible. With this, dbExpression exposes a dbex
static utility class.
dbex
provides utilities to bridge the differences between .NET CLR languages and SQL