JoinExpressionBase Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
JoinExpressionBase(TableExpressionBase) |
Erstellt eine neue Instanz der JoinExpressionBase-Klasse. |
JoinExpressionBase(TableExpressionBase, IEnumerable<IAnnotation>) |
Erstellt eine neue Instanz der JoinExpressionBase-Klasse. |
JoinExpressionBase(TableExpressionBase)
Erstellt eine neue Instanz der JoinExpressionBase-Klasse.
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)
Parameter
- table
- TableExpressionBase
Eine Tabellenquelle, mit der verknüpft werden soll.
Gilt für:
JoinExpressionBase(TableExpressionBase, IEnumerable<IAnnotation>)
Erstellt eine neue Instanz der JoinExpressionBase-Klasse.
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))
Parameter
- table
- TableExpressionBase
Eine Tabellenquelle, mit der verknüpft werden soll.
- annotations
- IEnumerable<IAnnotation>
Eine Auflistung von Anmerkungen, die diesem Ausdruck zugeordnet sind.
Gilt für:
Entity Framework