共用方式為


MetadataWorkspace.GetItems<T> 方法 (DataSpace)

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

取得指定資料模型中的所有項目。

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

語法

'宣告
Public Overridable Function GetItems(Of T As GlobalItem) ( _
    dataSpace As DataSpace _
) As ReadOnlyCollection(Of T)
'用途
Dim instance As MetadataWorkspace 
Dim dataSpace As DataSpace 
Dim returnValue As ReadOnlyCollection(Of T)

returnValue = instance.GetItems(dataSpace)
public virtual ReadOnlyCollection<T> GetItems<T>(
    DataSpace dataSpace
)
where T : GlobalItem
public:
generic<typename T>
where T : GlobalItem 
virtual ReadOnlyCollection<T>^ GetItems(
    DataSpace dataSpace
)
abstract GetItems : 
        dataSpace:DataSpace -> ReadOnlyCollection<'T>  when 'T : GlobalItem 
override GetItems : 
        dataSpace:DataSpace -> ReadOnlyCollection<'T>  when 'T : GlobalItem
JScript does not support generic types and methods.

類型參數

  • T
    此方法傳回的類型。

參數

傳回值

類型:System.Collections.ObjectModel.ReadOnlyCollection<T>
類型 ReadOnlyCollection<T> 的集合,其中包含指定資料模型中的所有項目。

例外狀況

例外狀況 條件
ArgumentException

如果空間不是有效的空間則擲回。 有效的空間為 C、O、CS 或 OCSpace

請參閱

參考

MetadataWorkspace 類別

GetItems 多載

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