EntityMaterializerSourceParameters 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
的參數 IEntityMaterializerSource 物件。
[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct EntityMaterializerSourceParameters : IEquatable<Microsoft.EntityFrameworkCore.Query.EntityMaterializerSourceParameters>
[<System.Runtime.CompilerServices.IsReadOnly>]
type EntityMaterializerSourceParameters = struct
Public Structure EntityMaterializerSourceParameters
Implements IEquatable(Of EntityMaterializerSourceParameters)
- 繼承
-
EntityMaterializerSourceParameters
- 屬性
- 實作
建構函式
EntityMaterializerSourceParameters(ITypeBase, String, Nullable<QueryTrackingBehavior>) |
的參數 IEntityMaterializerSource 物件。 |
屬性
InstanceName |
要具體化之實例的名稱。 |
QueryTrackingBehavior |
查詢追蹤行為,如果 |
StructuralType |
要具體化的實體或複雜型別。 |