共用方式為


MetadataWorkspace 建構函式 (Func<EdmItemCollection>, Func<StoreItemCollection>, Func<StorageMappingItemCollection>)

[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]

使用來自傳統 EDMX 對應之所有項目集合的載入器 (ItemCollection) 建構 MetadataWorkspace。 將使用預設的 o-space 和 o/c 對應集合。 第一次使用給定的集合時,會消極地執行項目集合委派。 接受傳遞會回 null 的委派 (如果永遠不會使用集合的話),但很少會這麼做,而且在這種情況下,若 EF 嘗試使用集合,將會造成例外狀況。

命名空間:  System.Data.Entity.Core.Metadata.Edm
組件:  EntityFramework (在 EntityFramework.dll 中)

語法

'宣告
<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId := "s")> _
<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId := "c")> _
Public Sub New ( _
    cSpaceLoader As Func(Of EdmItemCollection), _
    sSpaceLoader As Func(Of StoreItemCollection), _
    csMappingLoader As Func(Of StorageMappingItemCollection) _
)
'用途
Dim cSpaceLoader As Func(Of EdmItemCollection)
Dim sSpaceLoader As Func(Of StoreItemCollection)
Dim csMappingLoader As Func(Of StorageMappingItemCollection)

Dim instance As New MetadataWorkspace(cSpaceLoader, _
    sSpaceLoader, csMappingLoader)
[SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "s")]
[SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "c")]
public MetadataWorkspace(
    Func<EdmItemCollection> cSpaceLoader,
    Func<StoreItemCollection> sSpaceLoader,
    Func<StorageMappingItemCollection> csMappingLoader
)
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = L"s")]
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = L"c")]
public:
MetadataWorkspace(
    Func<EdmItemCollection^>^ cSpaceLoader, 
    Func<StoreItemCollection^>^ sSpaceLoader, 
    Func<StorageMappingItemCollection^>^ csMappingLoader
)
[<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "s")>]
[<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "c")>]
new : 
        cSpaceLoader:Func<EdmItemCollection> * 
        sSpaceLoader:Func<StoreItemCollection> * 
        csMappingLoader:Func<StorageMappingItemCollection> -> MetadataWorkspace
public function MetadataWorkspace(
    cSpaceLoader : Func<EdmItemCollection>, 
    sSpaceLoader : Func<StoreItemCollection>, 
    csMappingLoader : Func<StorageMappingItemCollection>
)

參數

請參閱

參考

MetadataWorkspace 類別

MetadataWorkspace 多載

System.Data.Entity.Core.Metadata.Edm 命名空間