Sdílet prostřednictvím


JoinExpressionBase Konstruktory

Definice

Přetížení

JoinExpressionBase(TableExpressionBase)

Vytvoří novou instanci třídy JoinExpressionBase.

JoinExpressionBase(TableExpressionBase, IEnumerable<IAnnotation>)

Vytvoří novou instanci třídy JoinExpressionBase.

JoinExpressionBase(TableExpressionBase)

Vytvoří novou instanci třídy 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)

Parametry

table
TableExpressionBase

Zdroj tabulky, se kterým se má spojit.

Platí pro

JoinExpressionBase(TableExpressionBase, IEnumerable<IAnnotation>)

Vytvoří novou instanci třídy 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))

Parametry

table
TableExpressionBase

Zdroj tabulky, se kterým se má spojit.

annotations
IEnumerable<IAnnotation>

Kolekce poznámek přidružených k tomuto výrazu.

Platí pro