MigrationValidationOptions.EnableSchemaValidation Property

Definition

Gets or sets allows to compare the schema information between source and target.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to