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