Share via


DeleteBehaviorAttribute(DeleteBehavior) Constructor

Definition

Initializes a new instance of the DeleteBehaviorAttribute class.

public DeleteBehaviorAttribute (Microsoft.EntityFrameworkCore.DeleteBehavior behavior);
new Microsoft.EntityFrameworkCore.DeleteBehaviorAttribute : Microsoft.EntityFrameworkCore.DeleteBehavior -> Microsoft.EntityFrameworkCore.DeleteBehaviorAttribute
Public Sub New (behavior As DeleteBehavior)

Parameters

behavior
DeleteBehavior

The DeleteBehavior to be configured.

Applies to