EntityDescriptor.ParentPropertyForInsert Property

Definition

Gets the name of the property of the entity that is a navigation property and links to the parent entity.

public:
 property System::String ^ ParentPropertyForInsert { System::String ^ get(); };
public string ParentPropertyForInsert { get; }
member this.ParentPropertyForInsert : string
Public ReadOnly Property ParentPropertyForInsert As String

Property Value

The name of the parent property.

Applies to