TableExpressionBase Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Entity Framework