表示 EDM 模型。
继承层次结构
System.Object
Microsoft.Data.Edm.Library.EdmElement
Microsoft.Data.Edm.Library.EdmModelBase
Microsoft.Data.Edm.Library.EdmModel
命名空间: Microsoft.Data.Edm.Library
程序集: Microsoft.Data.Edm(在 Microsoft.Data.Edm.dll 中)
语法
声明
Public Class EdmModel _
Inherits EdmModelBase
用法
Dim instance As EdmModel
public class EdmModel : EdmModelBase
public ref class EdmModel : public EdmModelBase
type EdmModel =
class
inherit EdmModelBase
end
public class EdmModel extends EdmModelBase
EdmModel 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
![]() |
EdmModel |
页首
属性
名称 | 说明 | |
---|---|---|
![]() |
DirectValueAnnotationsManager | 获取模型的批注管理器。 (从 EdmModelBase 继承。) |
![]() |
References | 获取模型引用的集合。 (从 EdmModelBase 继承。) |
![]() |
SchemaElements | (覆盖 EdmModelBase.SchemaElements。) |
![]() |
VocabularyAnnotations | 获取包含在此模型中的词汇批注的集合。 (覆盖 EdmModelBase.VocabularyAnnotations。) |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
AddElement | |
![]() |
AddElements | |
![]() |
AddReference | 向此模型添加模型引用。 |
![]() |
AddVocabularyAnnotation | 向此模型添加词汇批注。 |
![]() |
Equals | (从 Object 继承。) |
![]() |
Finalize | (从 Object 继承。) |
![]() |
FindDeclaredEntityContainer | 在此模型中搜索具有给定名称的实体容器,如果不存在这样的实体容器,则返回 null。 (从 EdmModelBase 继承。) |
![]() |
FindDeclaredFunctions | 在此模型中搜索具有给定名称的函数,如果不存着这样的函数,则返回 null。 (从 EdmModelBase 继承。) |
![]() |
FindDeclaredType | 在此模型中搜索具有给定名称的类型,如果不存在这样的类型,则返回 null。 (从 EdmModelBase 继承。) |
![]() |
FindDeclaredValueTerm | 在此模型中搜索具有给定名称的值术语,如果不存在这样的值术语,则返回 null。 (从 EdmModelBase 继承。) |
![]() |
FindDeclaredVocabularyAnnotations | 搜索由此模型指定的词汇批注。 (覆盖 EdmModelBase.FindDeclaredVocabularyAnnotations(IEdmVocabularyAnnotatable)。) |
![]() |
GetHashCode | (从 Object 继承。) |
![]() |
GetType | (从 Object 继承。) |
![]() |
MemberwiseClone | (从 Object 继承。) |
![]() |
RegisterElement | 注册指定元素。 (从 EdmModelBase 继承。) |
![]() |
RemoveElement | |
![]() |
RemoveReference | 从此模型中移除模型引用。 |
![]() |
RemoveVocabularyAnnotation | 从此模型删除词汇批注。 |
![]() |
ToString | (从 Object 继承。) |
![]() |
UnregisterElement | 取消注册指定元素。 (从 EdmModelBase 继承。) |
页首
注释
这里不会更新任何内容;请不要在这里添加材料。
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。