RelationshipSet 類別

定義

表示概念模型中的關聯性。

public ref class RelationshipSet abstract : System::Data::Metadata::Edm::EntitySetBase
public abstract class RelationshipSet : System.Data.Metadata.Edm.EntitySetBase
type RelationshipSet = class
    inherit EntitySetBase
Public MustInherit Class RelationshipSet
Inherits EntitySetBase
繼承
衍生

屬性

BuiltInTypeKind

取得這個 RelationshipSet 的內建型別類型。

Documentation

取得或設定與這個型別相關聯的文件。

(繼承來源 MetadataItem)
ElementType

取得這個 RelationshipSet 的關聯性 (Relationship) 類型。

EntityContainer

取得目前的實體或關聯性集合的實體容器。

(繼承來源 EntitySetBase)
MetadataProperties

取得目前型別的屬性清單。

(繼承來源 MetadataItem)
Name

取得目前的實體或關聯性集合的名稱。

(繼承來源 EntitySetBase)

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回目前的實體或關聯性集合的名稱。

(繼承來源 EntitySetBase)

擴充方法

Scan(EntitySetBase)

建立新的 DbScanExpression,這個運算式會參考指定實體或關聯性集合。

適用於