MetadataWorkspaceExtensions.GetAllAssociations 方法
[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]
擷取此 ItemCollection 中所有 AssociationType 項目的可列舉集合
命名空間: Microsoft.Data.Entity.Design.DatabaseGeneration
組件: Microsoft.Data.Entity.Design.DatabaseGeneration (在 Microsoft.Data.Entity.Design.DatabaseGeneration.dll 中)
語法
'宣告
<ExtensionAttribute> _
Public Shared Function GetAllAssociations ( _
itemCollection As ItemCollection _
) As IEnumerable(Of AssociationType)
'用途
Dim itemCollection As ItemCollection
Dim returnValue As IEnumerable(Of AssociationType)
returnValue = itemCollection.GetAllAssociations()
public static IEnumerable<AssociationType> GetAllAssociations(
this ItemCollection itemCollection
)
[ExtensionAttribute]
public:
static IEnumerable<AssociationType^>^ GetAllAssociations(
ItemCollection^ itemCollection
)
static member GetAllAssociations :
itemCollection:ItemCollection -> IEnumerable<AssociationType>
public static function GetAllAssociations(
itemCollection : ItemCollection
) : IEnumerable<AssociationType>
參數
- itemCollection
類型:System.Data.Entity.Core.Metadata.Edm.ItemCollection
ItemCollection。
傳回值
類型:System.Collections.Generic.IEnumerable<AssociationType>
AssociationType 項目的清單。
使用注意事項
在 Visual Basic 和 C# 中,您可以在任何 ItemCollection 類型物件中呼叫這個方法以做為執行個體。使用執行個體方法語法呼叫這個方法時,請省略第一個參數。如需詳細資訊,請參閱 https://msdn.microsoft.com/zh-tw/library/bb384936(v=vs.113)或 https://msdn.microsoft.com/zh-tw/library/bb383977(v=vs.113)。