SoftDeleteColumnDeletionDetectionPolicy.SoftDeleteColumnName Property

Definition

Gets or sets the name of the column to use for soft-deletion detection.

[Newtonsoft.Json.JsonProperty(PropertyName="softDeleteColumnName")]
public string SoftDeleteColumnName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="softDeleteColumnName")>]
member this.SoftDeleteColumnName : string with get, set
Public Property SoftDeleteColumnName As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to