You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Creates a database using the specified Entity Framework <paramref name="context"/>.
39
+
/// </summary>
40
+
/// <remarks>If the database already exists, it will be deleted.</remarks>
41
+
/// <param name="server"><see cref="SqlServer"/> instance where the database will be created.</param>
42
+
/// <param name="name">Name of the database to create.</param>
43
+
/// <param name="context"><see cref="DbContext"/> which represents the database to create.</param>
44
+
/// <returns>A <see cref="Task"/> which represents the asynchronous operation and contains an instance of the <see cref="SqlServerDatabase"/> that represents the deployed database.</returns>
0 commit comments