AssociationSet 类

定义

表示概念模型中的关联集。

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

注解

在 CSDL 中, AssociationSet 包含 的 AssociationType实例。 有关详细信息,请参阅 关联集

属性

AssociationSetEnds

获取此 AssociationSet 的 End。

BuiltInTypeKind

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

Documentation

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

(继承自 MetadataItem)
ElementType

获取与此 AssociationSet 有关的关联。

EntityContainer

获取当前实体集或关系集的实体容器。

(继承自 EntitySetBase)
MetadataProperties

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

(继承自 MetadataItem)
Name

获取当前实体集或关系集的名称。

(继承自 EntitySetBase)

方法

Equals(Object)

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

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回当前实体集或关系集的名称。

(继承自 EntitySetBase)

扩展方法

Scan(EntitySetBase)

创建一个新的 DbScanExpression,它引用指定的实体集或关系集。

适用于