TableExpressionBase 建構函式

定義

多載

TableExpressionBase(String)

建立 TableExpressionBase 類別的新執行個體。

TableExpressionBase(String, IEnumerable<IAnnotation>)

建立 TableExpressionBase 類別的新執行個體。

TableExpressionBase(String)

建立 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)

參數

alias
String

資料表來源的字串別名。

適用於

TableExpressionBase(String, IEnumerable<IAnnotation>)

建立 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))

參數

alias
String

資料表來源的字串別名。

annotations
IEnumerable<IAnnotation>

與這個運算式相關聯的注釋集合。

適用於