EntityRelationshipProperty Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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) |