Entity.DeleteNoCascade Method

Deletes the external content type without deleting its containing external system.

Namespace:  Microsoft.SharePoint.BusinessData.Administration.Client
Assembly:  Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)

Syntax

'Declaration
Public Sub DeleteNoCascade
'Usage
Dim instance As Entity

instance.DeleteNoCascade()
public void DeleteNoCascade()

Remarks

This method does not delete the external system that contains the external content type even if this external content type is the only entity in the external system.

See Also

Reference

Entity Class

Entity Members

Microsoft.SharePoint.BusinessData.Administration.Client Namespace