System.Data.Entity.Core.Common.CommandTrees.ExpressionBuilder Namespace
The System.Data.Entity.Core.Common.CommandTrees.ExpressionBuilder namespace provides a command tree API.
Class | Description | |
---|---|---|
![]() | 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 | Represents the Row class is intended to provide a constructor-like means of calling <see cref="M:System.Data.Entity.Core.Common.CommandTrees.ExpressionBuilder.DbExpressionBuilder.NewRow(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Data.Entity.Core.Common.CommandTrees.DbExpression}})" />. |