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.