Sdílet prostřednictvím


TableExpressionBase Konstruktory

Definice

Přetížení

TableExpressionBase(String)

Vytvoří novou instanci třídy TableExpressionBase.

TableExpressionBase(String, IEnumerable<IAnnotation>)

Vytvoří novou instanci třídy TableExpressionBase.

TableExpressionBase(String)

Vytvoří novou instanci třídy TableExpressionBase.

protected TableExpressionBase (string alias);
protected TableExpressionBase (string? alias);
new Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase : string -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.TableExpressionBase
Protected Sub New (alias As String)

Parametry

alias
String

Alias řetězce pro zdroj tabulky.

Platí pro

TableExpressionBase(String, IEnumerable<IAnnotation>)

Vytvoří novou instanci třídy TableExpressionBase.

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

Parametry

alias
String

Alias řetězce pro zdroj tabulky.

annotations
IEnumerable<IAnnotation>

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

Platí pro