RelationalSplitCollectionShaperExpression 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
運算式,表示在 中 ShaperExpression 關聯式提供者的分割查詢期間建立集合。
此類型通常由資料庫提供者 (和其他延伸模組) 使用。 它通常不會用於應用程式程式碼。
public class RelationalSplitCollectionShaperExpression : System.Linq.Expressions.Expression, Microsoft.EntityFrameworkCore.Query.IPrintableExpression
type RelationalSplitCollectionShaperExpression = class
inherit Expression
interface IPrintableExpression
Public Class RelationalSplitCollectionShaperExpression
Inherits Expression
Implements IPrintableExpression
- 繼承
-
RelationalSplitCollectionShaperExpression
- 實作
建構函式
屬性
ChildIdentifier |
子專案的識別碼。 |
CollectionId |
已淘汰.
這個集合形狀器的唯一識別碼。 |
ElementType |
集合專案的 clr 型別。 |
IdentifierValueComparers |
要比較識別碼的值比較子清單。 |
InnerShaper |
要建立內部專案的運算式。 |
Navigation |
如果與集合相關聯,則為導覽。 |
NodeType |
運算式,表示在 中 ShaperExpression 關聯式提供者的分割查詢期間建立集合。 此類型通常由資料庫提供者 (和其他延伸模組) 使用。 它通常不會用於應用程式程式碼。 |
ParentIdentifier |
父元素的識別碼。 |
SelectExpression |
要從資料庫取得此集合值的 SQL 查詢。 |
Type |
運算式,表示在 中 ShaperExpression 關聯式提供者的分割查詢期間建立集合。 此類型通常由資料庫提供者 (和其他延伸模組) 使用。 它通常不會用於應用程式程式碼。 |
方法
Update(Expression, Expression, SelectExpression, Expression) |
建立類似這個運算式的新運算式,但使用提供的子系。 如果所有子系都相同,則會傳回這個運算式。 |
VisitChildren(ExpressionVisitor) |
運算式,表示在 中 ShaperExpression 關聯式提供者的分割查詢期間建立集合。 此類型通常由資料庫提供者 (和其他延伸模組) 使用。 它通常不會用於應用程式程式碼。 |
明確介面實作
IPrintableExpression.Print(ExpressionPrinter) |
使用 ExpressionPrinter 建立指定運算式的可列印字串表示。 |