namespace Microsoft.EntityFrameworkCore { /// /// Options for the database provider. /// public class DatabaseProviderOptions { /// /// Gets or sets the absolute path to the database directory. /// public string AbsoluteBasePath { get; set; } } }