DatabaseConfiguration.DefaultComplexPropertySeparator Property
The default separator to use when mapping complex properties. The default value is null, which means no separator is used, unless an explicit separator is specified on ComplexPropertyAttribute.Separator.
Namespace: DbExtensions
Assembly: DbExtensions.dll
Syntax
public string? DefaultComplexPropertySeparator { get; set; }