BusinessParentRelationship myRel = new BusinessParentRelationship();myRel.ForeignKeyField = new string[] { "IDE_ITRPK" };myRel.ParentPrimaryKeyField = new string[] {"ITR_PK"};myRel.ParentBusinessObjectType = "ITR";ChildBO1.ParentRelationship = myRel;ChildBO1.IdeFillByItrpk(itrBO1.ITR_PK);