BasicExpressionVisitor.VisitExpressionBindingPre(DbExpressionBinding) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Convenience method to visit the specified DbExpressionBinding.
protected virtual void VisitExpressionBindingPre (System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding binding);
abstract member VisitExpressionBindingPre : System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding -> unit
override this.VisitExpressionBindingPre : System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding -> unit
Protected Overridable Sub VisitExpressionBindingPre (binding As DbExpressionBinding)
Parameters
- binding
- DbExpressionBinding
The DbExpressionBinding to visit.
Exceptions
binding
is null
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework