Udostępnij przez


DefaultExpressionVisitor.VisitExpressionBinding(DbExpressionBinding) Metoda

Definicja

Implementuje wzorzec gościa dla powiązania wyrażeń.

protected virtual System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding VisitExpressionBinding(System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding binding);
abstract member VisitExpressionBinding : System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding -> System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding
override this.VisitExpressionBinding : System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding -> System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding
Protected Overridable Function VisitExpressionBinding (binding As DbExpressionBinding) As DbExpressionBinding

Parametry

binding
DbExpressionBinding

Powiązanie wyrażenia.

Zwraca

Zaimplementowany wzorzec odwiedzających.

Dotyczy