insert_data_into_db


Description:

public virtual async void insert_data_into_db () throws Error

Insert a new row with the object's properties with the same name as for data's query's columns' name.

This is a one time operation, if you want to know how your data has been saved like the asigned ID or automatic values, if any, you should query it from the data base, creating a new instance and using update_data_from_db if you know all ID's you have used before.