StorageMappingItemCollection.GenerateViews 方法 (IList<EdmSchemaError>)
[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]
為集合中的單一容器對應建立 (範圍、產生的檢視) 的字典。
命名空間: System.Data.Entity.Core.Mapping
組件: EntityFramework (在 EntityFramework.dll 中)
語法
'宣告
Public Function GenerateViews ( _
errors As IList(Of EdmSchemaError) _
) As Dictionary(Of EntitySetBase, DbMappingView)
'用途
Dim instance As StorageMappingItemCollection
Dim errors As IList(Of EdmSchemaError)
Dim returnValue As Dictionary(Of EntitySetBase, DbMappingView)
returnValue = instance.GenerateViews(errors)
public Dictionary<EntitySetBase, DbMappingView> GenerateViews(
IList<EdmSchemaError> errors
)
public:
Dictionary<EntitySetBase^, DbMappingView^>^ GenerateViews(
IList<EdmSchemaError^>^ errors
)
member GenerateViews :
errors:IList<EdmSchemaError> -> Dictionary<EntitySetBase, DbMappingView>
public function GenerateViews(
errors : IList<EdmSchemaError>
) : Dictionary<EntitySetBase, DbMappingView>
參數
- errors
類型:System.Collections.Generic.IList<EdmSchemaError>
累積潛在錯誤的清單。
傳回值
類型:System.Collections.Generic.Dictionary<EntitySetBase, DbMappingView>
指定產生之檢視的 (EntitySetBase、DbMappingView) 的字典。