System.Data.Entity.Core.Common.CommandTrees.ExpressionBuilder Namespace

Classes

DbExpressionBuilder

Provides an API to construct DbExpressions and allows that API to be accessed as extension methods on the expression type itself.

EdmFunctions

Provides an API to construct DbExpressions that invoke canonical EDM functions, and allows that API to be accessed as extension methods on the expression type itself.

Row

Provides a constructor-like means of calling NewRow(IEnumerable<KeyValuePair<String,DbExpression>>) .