Solution restructured to use multiple test projects
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace Microsoft.EntityFrameworkCore
|
||||
{
|
||||
/// <summary>
|
||||
/// Options for the database provider.
|
||||
/// </summary>
|
||||
public class DatabaseProviderOptions
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets the absolute path to the database directory.
|
||||
/// </summary>
|
||||
public string AbsoluteBasePath { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user