2025 Property
Changes 2
P

OpenOptions.IgnoreExtensibleStorageSchemaConflict

Description:
Specifies whether to ignore the error of schema conflict.
Remarks:
The default is false. Setting this to true will ignore the exception of schema conflict while opening the model. Data in the existing schema with the same ID will be erased from the model.
public bool IgnoreExtensibleStorageSchemaConflict { get; set; }