MappingItemCollection 类
[本页针对的是实体框架版本 6。最新版本以“实体框架”NuGet 包的形式提供。有关实体框架的更多信息,请参见 msdn.com/data/ef。]
表示 Edm 空间中映射项的集合的类。
继承层次结构
System.Object
System.Collections.ObjectModel.ReadOnlyCollection<GlobalItem>
System.Data.Entity.Core.Metadata.Edm.ReadOnlyMetadataCollection<GlobalItem>
System.Data.Entity.Core.Metadata.Edm.ItemCollection
System.Data.Entity.Core.Mapping.MappingItemCollection
System.Data.Entity.Core.Mapping.StorageMappingItemCollection
命名空间: System.Data.Entity.Core.Mapping
程序集: EntityFramework(在 EntityFramework.dll 中)
语法
声明
Public MustInherit Class MappingItemCollection _
Inherits ItemCollection
用法
Dim instance As MappingItemCollection
public abstract class MappingItemCollection : ItemCollection
public ref class MappingItemCollection abstract : public ItemCollection
[<AbstractClassAttribute>]
type MappingItemCollection =
class
inherit ItemCollection
end
public abstract class MappingItemCollection extends ItemCollection
MappingItemCollection 类型公开以下成员。
属性
名称 | 描述 | |
---|---|---|
Count | (继承自 ReadOnlyCollection<GlobalItem>。) | |
DataSpace | 获取与此项集合关联的数据模型。 (继承自 ItemCollection。) | |
IsReadOnly | 获取一个值,该值指示此集合是否是只读的。 (继承自 ReadOnlyMetadataCollection<T>。) | |
Item[Int32] | (继承自 ReadOnlyCollection<GlobalItem>。) | |
Item[String] | 使用指定的标识从此集合中获取一个项。 (继承自 ReadOnlyMetadataCollection<T>。) | |
Items | (继承自 ReadOnlyCollection<GlobalItem>。) |
顶部
方法
顶部
扩展方法
名称 | 描述 | |
---|---|---|
GetAllAssociations | 检索此 ItemCollection 中所有 AssociationType 元素的可枚举集合 (由 MetadataWorkspaceExtensions 定义。) | |
GetAllAssociationSets | 检索此 ItemCollection 中所有 AssociationSet 元素的可枚举集合 (由 MetadataWorkspaceExtensions 定义。) | |
GetAllEntitySets | 检索此 ItemCollection 中所有 EntitySet 元素的可枚举集合 (由 MetadataWorkspaceExtensions 定义。) | |
GetAllEntityTypes | 检索此 ItemCollection 中所有 EntityType 元素的可枚举集合 (由 MetadataWorkspaceExtensions 定义。) | |
GetEntityContainerName | 检索此 ItemCollection 中 &lt;EntityContainer/&gt; 元素的“Name”特性。 (由 MetadataWorkspaceExtensions 定义。) | |
GetNamespace | 通过检查首先找到的 StructuralType 检索此 ItemCollection 的命名空间 (由 MetadataWorkspaceExtensions 定义。) |
顶部
显式接口实现
顶部
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。