Method DetachFromParent
DetachFromParent(Object, Object, RelationshipInfo)
Detaches an object from its parent object.
Declaration
public virtual bool DetachFromParent(object obj, object parent, RelationshipInfo relationshipInfo)
Parameters
Type | Name | Description |
---|---|---|
Object | obj | An instance of the adapted type. |
Object | parent | The object from which |
RelationshipInfo | relationshipInfo | Relationship of |
Returns
Type | Description |
---|---|
Boolean |
|