Partager via


MongoDbCollectionSettings.CanDelete Property

Definition

Gets or sets whether the migrator is allowed to drop the target collection in the course of performing a migration. The default is true.

[Newtonsoft.Json.JsonProperty(PropertyName="canDelete")]
public bool? CanDelete { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="canDelete")>]
member this.CanDelete : Nullable<bool> with get, set
Public Property CanDelete As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to