次の方法で共有


JoinExpressionBase コンストラクター

定義

オーバーロード

JoinExpressionBase(TableExpressionBase)

JoinExpressionBase クラスの新しいインスタンスを作成します。

JoinExpressionBase(TableExpressionBase, IEnumerable<IAnnotation>)

JoinExpressionBase クラスの新しいインスタンスを作成します。

JoinExpressionBase(TableExpressionBase)

JoinExpressionBase クラスの新しいインスタンスを作成します。

protected JoinExpressionBase (Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase table);
new Microsoft.EntityFrameworkCore.Query.SqlExpressions.JoinExpressionBase : Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.JoinExpressionBase
Protected Sub New (table As TableExpressionBase)

パラメーター

table
TableExpressionBase

結合するテーブル ソース。

適用対象

JoinExpressionBase(TableExpressionBase, IEnumerable<IAnnotation>)

JoinExpressionBase クラスの新しいインスタンスを作成します。

protected JoinExpressionBase (Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase table, System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>? annotations);
new Microsoft.EntityFrameworkCore.Query.SqlExpressions.JoinExpressionBase : Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase * seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.JoinExpressionBase
Protected Sub New (table As TableExpressionBase, annotations As IEnumerable(Of IAnnotation))

パラメーター

table
TableExpressionBase

結合するテーブル ソース。

annotations
IEnumerable<IAnnotation>

この式に関連付けられている注釈のコレクション。

適用対象