共用方式為


CollectionShaperExpression 類別

定義

警告

Use provider specific expressions for collection results.

運算式,表示在 中 ShaperExpression 建立集合。

此類型通常由資料庫提供者 (和其他延伸模組) 使用。 它通常不會用於應用程式程式碼。

public class CollectionShaperExpression : System.Linq.Expressions.Expression, Microsoft.EntityFrameworkCore.Query.IPrintableExpression
[System.Obsolete("Use provider specific expressions for collection results.")]
public class CollectionShaperExpression : System.Linq.Expressions.Expression, Microsoft.EntityFrameworkCore.Query.IPrintableExpression
type CollectionShaperExpression = class
    inherit Expression
    interface IPrintableExpression
[<System.Obsolete("Use provider specific expressions for collection results.")>]
type CollectionShaperExpression = class
    inherit Expression
    interface IPrintableExpression
Public Class CollectionShaperExpression
Inherits Expression
Implements IPrintableExpression
繼承
CollectionShaperExpression
屬性
實作

備註

如需詳細資訊 ,請參閱資料庫提供者和延伸模組的實作EF Core 查詢的運作方式

建構函式

CollectionShaperExpression(Expression, Expression, INavigation, Type)
已淘汰.

運算式,表示在 中 ShaperExpression 建立集合。

此類型通常由資料庫提供者 (和其他延伸模組) 使用。 它通常不會用於應用程式程式碼。

CollectionShaperExpression(Expression, Expression, INavigationBase, Type)
已淘汰.

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

屬性

ElementType
已淘汰.

集合專案的 clr 型別。

InnerShaper
已淘汰.

要建立內部專案的運算式。

Navigation
已淘汰.

如果與集合相關聯,則為導覽。

NodeType
已淘汰.

運算式,表示在 中 ShaperExpression 建立集合。

此類型通常由資料庫提供者 (和其他延伸模組) 使用。 它通常不會用於應用程式程式碼。

Projection
已淘汰.

要從這個集合的查詢中取得值的運算式。

Type
已淘汰.

運算式,表示在 中 ShaperExpression 建立集合。

此類型通常由資料庫提供者 (和其他延伸模組) 使用。 它通常不會用於應用程式程式碼。

方法

Print(ExpressionPrinter)
已淘汰.

運算式,表示在 中 ShaperExpression 建立集合。

此類型通常由資料庫提供者 (和其他延伸模組) 使用。 它通常不會用於應用程式程式碼。

Update(Expression, Expression)
已淘汰.

建立類似這個運算式的新運算式,但使用提供的子系。 如果所有子系都相同,則會傳回這個運算式。

VisitChildren(ExpressionVisitor)
已淘汰.

運算式,表示在 中 ShaperExpression 建立集合。

此類型通常由資料庫提供者 (和其他延伸模組) 使用。 它通常不會用於應用程式程式碼。

明確介面實作

IPrintableExpression.Print(ExpressionPrinter)
已淘汰.

使用 ExpressionPrinter 建立指定運算式的可列印字串表示。

適用於