EdmType.GetCollectionType 方法
[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]
傳回 CollectionType 的執行個體 (Instance),其項目類型為此類型。
命名空間: System.Data.Entity.Core.Metadata.Edm
組件: EntityFramework (在 EntityFramework.dll 中)
語法
'宣告
<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")> _
Public Function GetCollectionType As CollectionType
'用途
Dim instance As EdmType
Dim returnValue As CollectionType
returnValue = instance.GetCollectionType()
[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
public CollectionType GetCollectionType()
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1024:UsePropertiesWhereAppropriate")]
public:
CollectionType^ GetCollectionType()
[<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")>]
member GetCollectionType : unit -> CollectionType
public function GetCollectionType() : CollectionType
傳回值
類型:System.Data.Entity.Core.Metadata.Edm.CollectionType
CollectionType 物件,其項目類型為此類型。