Share via


EntityRelationshipProperty Class

Definition

Represents metadata of a relationship between two entity types.

[System.Runtime.CompilerServices.Nullable(0)]
public class EntityRelationshipProperty : Microsoft.VisualStudio.ProjectSystem.Query.Framework.EntityProperty, Microsoft.VisualStudio.ProjectSystem.Query.IEntityRelationshipProperty
[<System.Runtime.CompilerServices.Nullable(0)>]
type EntityRelationshipProperty = class
    inherit EntityProperty
    interface IEntityRelationshipProperty
    interface IEntityProperty
Public Class EntityRelationshipProperty
Inherits EntityProperty
Implements IEntityRelationshipProperty
Inheritance
EntityRelationshipProperty
Attributes
Implements

Constructors

EntityRelationshipProperty(Int32, String, IEntityType, CollectionFilter[])

Initializes a new instance of the EntityRelationshipProperty class.

EntityRelationshipProperty(Int32, String, IEntityType)

Initializes a new instance of the EntityRelationshipProperty class.

Properties

CollectionFilters

Gets collection filter methods defined.

ElementType

Gets the type of elements in the collection.

Index (Inherited from EntityProperty)
PropertyName (Inherited from EntityProperty)

Applies to