BasicExpressionVisitor.VisitExpressionBindingPre Method (DbExpressionBinding)
Convenience method to visit the specified DbExpressionBinding.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- binding
-
Type:
System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding
The DbExpressionBinding to visit.
Exception | Condition |
---|---|
ArgumentNullException | binding is null |