表示 EDM 实体类型的定义。
命名空间: Microsoft.Data.Edm
程序集: Microsoft.Data.Edm(在 Microsoft.Data.Edm.dll 中)
语法
声明
Public Interface IEdmEntityType _
Inherits IEdmStructuredType, IEdmSchemaType, IEdmType, IEdmTerm, _
IEdmSchemaElement, IEdmNamedElement, IEdmVocabularyAnnotatable, IEdmElement
用法
Dim instance As IEdmEntityType
public interface IEdmEntityType : IEdmStructuredType,
IEdmSchemaType, IEdmType, IEdmTerm, IEdmSchemaElement, IEdmNamedElement,
IEdmVocabularyAnnotatable, IEdmElement
public interface class IEdmEntityType : IEdmStructuredType,
IEdmSchemaType, IEdmType, IEdmTerm, IEdmSchemaElement, IEdmNamedElement,
IEdmVocabularyAnnotatable, IEdmElement
type IEdmEntityType =
interface
interface IEdmStructuredType
interface IEdmSchemaType
interface IEdmType
interface IEdmTerm
interface IEdmSchemaElement
interface IEdmNamedElement
interface IEdmVocabularyAnnotatable
interface IEdmElement
end
public interface IEdmEntityType extends IEdmStructuredType, IEdmSchemaType, IEdmType, IEdmTerm, IEdmSchemaElement, IEdmNamedElement, IEdmVocabularyAnnotatable, IEdmElement
IEdmEntityType 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
BaseType | 获取此类型的基类型。 (从 IEdmStructuredType 继承。) |
![]() |
DeclaredKey | 获取组成实体键的实体类型的结构化属性。 |
![]() |
DeclaredProperties | 获取此类型中立即声明的属性。 (从 IEdmStructuredType 继承。) |
![]() |
IsAbstract | 获取一个值,该值指示此类型是否为抽象的。 (从 IEdmStructuredType 继承。) |
![]() |
IsOpen | 获取一个值,该值指示此类型是否为开放式的。 (从 IEdmStructuredType 继承。) |
![]() |
Name | 获取此元素的名称。 (从 IEdmNamedElement 继承。) |
![]() |
Namespace | 获取此架构元素所属的命名空间。 (从 IEdmSchemaElement 继承。) |
![]() |
SchemaElementKind | 获取此架构元素的种类。 (从 IEdmSchemaElement 继承。) |
![]() |
TermKind | 获取该种类型的术语。 (从 IEdmTerm 继承。) |
![]() |
TypeKind | 获取此类型的种类。 (从 IEdmType 继承。) |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
FindProperty | 使用在此类型中所给定的名称来搜索结构或导航属性,并返回 null(若不存在此类属性)。 (从 IEdmStructuredType 继承。) |
页首
扩展方法
页首