Share via


NavigationPropertyConfiguration.PrincipalProperties Property

 

Gets the target keys in the referential constraint of this navigation property.

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public IEnumerable<PropertyInfo> PrincipalProperties { get; }
public:
property IEnumerable<PropertyInfo^>^ PrincipalProperties {
    IEnumerable<PropertyInfo^>^ get();
}
member PrincipalProperties : IEnumerable<PropertyInfo> with get
Public ReadOnly Property PrincipalProperties As IEnumerable(Of PropertyInfo)

Property Value

Type: System.Collections.Generic.IEnumerable<PropertyInfo>

See Also

NavigationPropertyConfiguration Class
System.Web.OData.Builder Namespace

Return to top