次の方法で共有


DbExpressionRebinder.Visit(DbPropertyExpression) メソッド

定義

インスタンス プロパティを取得するためのビジター パターンを実装します。

public override System.Data.Entity.Core.Common.CommandTrees.DbExpression Visit (System.Data.Entity.Core.Common.CommandTrees.DbPropertyExpression expression);
override this.Visit : System.Data.Entity.Core.Common.CommandTrees.DbPropertyExpression -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Overrides Function Visit (expression As DbPropertyExpression) As DbExpression

パラメーター

expression
DbPropertyExpression

式。

戻り値

実装されたビジター。

適用対象