mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Add XML documentation.
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
// ----------------------------------------------------------------------------
|
||||
// Copyright © 2003-2018 Natalia Portillo
|
||||
*******************************************************************************/
|
||||
|
||||
using System;
|
||||
using System.Data;
|
||||
using Cicm.Database.Schemas.Sql;
|
||||
@@ -35,6 +36,10 @@ namespace Cicm.Database
|
||||
{
|
||||
public partial class Operations
|
||||
{
|
||||
/// <summary>
|
||||
/// Initializes tables in the database
|
||||
/// </summary>
|
||||
/// <returns><c>true</c> if initialized correctly, <c>false</c> otherwise</returns>
|
||||
public bool InitializeNewDatabase()
|
||||
{
|
||||
Console.WriteLine("Creating new database version {0}", DB_VERSION);
|
||||
|
||||
Reference in New Issue
Block a user