CascadeConfiguration.Reparent Property
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.
The value of the referencing attribute in a parental relationship changes. changes.
public:
property Nullable<Microsoft::Xrm::Sdk::Metadata::CascadeType> Reparent { Nullable<Microsoft::Xrm::Sdk::Metadata::CascadeType> get(); void set(Nullable<Microsoft::Xrm::Sdk::Metadata::CascadeType> value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.Metadata.CascadeType? Reparent { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Reparent : Nullable<Microsoft.Xrm.Sdk.Metadata.CascadeType> with get, set
Public Property Reparent As Nullable(Of CascadeType)
Property Value
The value of the referencing attribute in a parental relationship changes. changes.
- Attributes
Remarks
Valid options for the Reparent
property are:
CascadeType.
Active
CascadeType.
Cascade
CascadeType.
NoCascade
CascadeType.
UserOwned