共用方式為


StorageMappingItemCollection.Create 方法

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

建立 StorageMappingItemCollection

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

語法

'宣告
Public Shared Function Create ( _
    edmItemCollection As EdmItemCollection, _
    storeItemCollection As StoreItemCollection, _
    xmlReaders As IEnumerable(Of XmlReader), _
    filePaths As IList(Of String), _
    <OutAttribute> ByRef errors As IList(Of EdmSchemaError) _
) As StorageMappingItemCollection
'用途
Dim edmItemCollection As EdmItemCollection 
Dim storeItemCollection As StoreItemCollection 
Dim xmlReaders As IEnumerable(Of XmlReader)
Dim filePaths As IList(Of String)
Dim errors As IList(Of EdmSchemaError)
Dim returnValue As StorageMappingItemCollection 

returnValue = StorageMappingItemCollection.Create(edmItemCollection, _
    storeItemCollection, xmlReaders, _
    filePaths, errors)
public static StorageMappingItemCollection Create(
    EdmItemCollection edmItemCollection,
    StoreItemCollection storeItemCollection,
    IEnumerable<XmlReader> xmlReaders,
    IList<string> filePaths,
    out IList<EdmSchemaError> errors
)
public:
static StorageMappingItemCollection^ Create(
    EdmItemCollection^ edmItemCollection, 
    StoreItemCollection^ storeItemCollection, 
    IEnumerable<XmlReader^>^ xmlReaders, 
    IList<String^>^ filePaths, 
    [OutAttribute] IList<EdmSchemaError^>^% errors
)
static member Create : 
        edmItemCollection:EdmItemCollection * 
        storeItemCollection:StoreItemCollection * 
        xmlReaders:IEnumerable<XmlReader> * 
        filePaths:IList<string> * 
        errors:IList<EdmSchemaError> byref -> StorageMappingItemCollection
public static function Create(
    edmItemCollection : EdmItemCollection, 
    storeItemCollection : StoreItemCollection, 
    xmlReaders : IEnumerable<XmlReader>, 
    filePaths : IList<String>, 
    errors : IList<EdmSchemaError>
) : StorageMappingItemCollection

參數

  • filePaths
    類型:System.Collections.Generic.IList<String>
    MSL 成品的路徑。 於錯誤訊息中使用。 可為 nullnull 參考 (在 Visual Basic 中為 Nothing);在此情況下,將會使用 XmlReader 的基底 URI 為路徑。

傳回值

類型:System.Data.Entity.Core.Mapping.StorageMappingItemCollection
如果沒有發生錯誤,則為 EdmItemCollection 執行個體。否則為 nullnull 參考 (在 Visual Basic 中為 Nothing)。

請參閱

參考

StorageMappingItemCollection 類別

System.Data.Entity.Core.Mapping 命名空間