Deveel.Data.DatabaseExtensions.Close C# (CSharp) Method

Close() public static method

public static Close ( this database ) : bool
database this
return bool
        public static bool Close(this IDatabase database)
        {
            return database.System.CloseDatabase(database.Name);
        }