DbExpressionVisitor<TResultType>.Visit メソッド (DbIntersectExpression)
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
DbIntersectExpression の型指定されたビジター パターン メソッド。
名前空間: System.Data.Entity.Core.Common.CommandTrees
アセンブリ: EntityFramework (EntityFramework.dll 内)
構文
'宣言
Public MustOverride Function Visit ( _
expression As DbIntersectExpression _
) As TResultType
'使用
Dim instance As DbExpressionVisitor
Dim expression As DbIntersectExpression
Dim returnValue As TResultType
returnValue = instance.Visit(expression)
public abstract TResultType Visit(
DbIntersectExpression expression
)
public:
virtual TResultType Visit(
DbIntersectExpression^ expression
) abstract
abstract Visit :
expression:DbIntersectExpression -> 'TResultType
public abstract function Visit(
expression : DbIntersectExpression
) : TResultType
パラメーター
- expression
型 : System.Data.Entity.Core.Common.CommandTrees.DbIntersectExpression
参照される DbIntersectExpression。
戻り値
型 : TResultType