/// <summary> /// Deprecated Method for adding a new object to the db_info EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTodb_info(db_info db_info) { base.AddObject("db_info", db_info); }
/// <summary> /// Create a new db_info object. /// </summary> /// <param name="id">Initial value of the id property.</param> /// <param name="info_name">Initial value of the info_name property.</param> /// <param name="info_value">Initial value of the info_value property.</param> public static db_info Createdb_info(global::System.Int64 id, global::System.String info_name, global::System.String info_value) { db_info db_info = new db_info(); db_info.id = id; db_info.info_name = info_name; db_info.info_value = info_value; return db_info; }