Share via


ModelRelationshipClass.ForwardRelationshipClasses Property

Gets a list of relationship metadata objects that are forward relationships, if this represents a reverse relationship.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property ForwardRelationshipClasses As IList(Of ModelRelationshipClass)
public IList<ModelRelationshipClass> ForwardRelationshipClasses { get; }
public:
property IList<ModelRelationshipClass^>^ ForwardRelationshipClasses {
    IList<ModelRelationshipClass^>^ get ();
}
member ForwardRelationshipClasses : IList<ModelRelationshipClass>
function get ForwardRelationshipClasses () : IList<ModelRelationshipClass>

Property Value

Type: System.Collections.Generic.IList<ModelRelationshipClass>
A list of relationship metadata objects if this is a reverse relationship; otherwise, an empty list.

.NET Framework Security

See Also

Reference

ModelRelationshipClass Class

Microsoft.Data.Schema.SchemaModel Namespace