RowType 类

定义

描述一个行,例如查询的结果。 此类派生自 StructuralType 类。 行类型的结构取决于查询中提取的数据库列。 RowType 在概念模型函数中非常有用。

public ref class RowType sealed : System::Data::Metadata::Edm::StructuralType
public sealed class RowType : System.Data.Metadata.Edm.StructuralType
type RowType = class
    inherit StructuralType
Public NotInheritable Class RowType
Inherits StructuralType
继承

属性

Abstract

获取一个值,该值指示此类型是否为抽象的。

(继承自 EdmType)
BaseType

获取此类型的基类型。

(继承自 EdmType)
BuiltInTypeKind

获取此 RowType 的内置类型种类。

Documentation

获取或设置与此类型关联的文档。

(继承自 MetadataItem)
FullName

获取此类型的全名。

(继承自 EdmType)
Members

获取此类型的成员列表。

(继承自 StructuralType)
MetadataProperties

获取当前类型的属性列表。

(继承自 MetadataItem)
Name

获取此类型的名称。

(继承自 EdmType)
NamespaceName

获取此类型的命名空间。

(继承自 EdmType)
Properties

获取此 RowType 的属性列表。

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetCollectionType()

返回其元素类型属于此类型的 CollectionType 的实例。

(继承自 EdmType)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回此类型的全名。

(继承自 EdmType)

适用于