共用方式為


SelectExpression.ProjectStarTable 屬性

定義

取得或設定要用於star投影的資料表。

public virtual Microsoft.EntityFrameworkCore.Query.Expressions.TableExpressionBase ProjectStarTable { get; set; }
member this.ProjectStarTable : Microsoft.EntityFrameworkCore.Query.Expressions.TableExpressionBase with get, set
Public Overridable Property ProjectStarTable As TableExpressionBase

屬性值

資料表。

適用於