AssociationSet.Create 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從指定的參數建立唯讀的 AssociationSet 實例。
public static System.Data.Entity.Core.Metadata.Edm.AssociationSet Create (string name, System.Data.Entity.Core.Metadata.Edm.AssociationType type, System.Data.Entity.Core.Metadata.Edm.EntitySet sourceSet, System.Data.Entity.Core.Metadata.Edm.EntitySet targetSet, System.Collections.Generic.IEnumerable<System.Data.Entity.Core.Metadata.Edm.MetadataProperty> metadataProperties);
static member Create : string * System.Data.Entity.Core.Metadata.Edm.AssociationType * System.Data.Entity.Core.Metadata.Edm.EntitySet * System.Data.Entity.Core.Metadata.Edm.EntitySet * seq<System.Data.Entity.Core.Metadata.Edm.MetadataProperty> -> System.Data.Entity.Core.Metadata.Edm.AssociationSet
Public Shared Function Create (name As String, type As AssociationType, sourceSet As EntitySet, targetSet As EntitySet, metadataProperties As IEnumerable(Of MetadataProperty)) As AssociationSet
參數
- name
- String
關聯集的名稱。
- type
- AssociationType
關聯集中專案的關聯型別。
- sourceSet
- EntitySet
來源關聯集結尾的實體集。
- targetSet
- EntitySet
目標關聯集結尾的實體集。
- metadataProperties
- IEnumerable<MetadataProperty>
要與 實例相關聯的中繼資料屬性。
傳回
新建立的 AssociationSet 實例。
例外狀況
指定關聯型別之其中一端的實體類型與對應實體集結尾的實體類型不符。
指定的關聯類型為 Null。