How to insert employee address and last name,middle name in ax 2009 through .net business connector.

Hi All,
I want to insert employee master data in ax 2009 using .net Business Connector.
I am able to insert Employee id (EmplTable) and Partyid, Name(DirPartyTable).
Unable to insert employee address and last name,middle name.
How can I insert employee address and last name,middle name in ax 2009 through .net business connector.
and provide sample code is more help full.
Can anyone help me to solve this issue?
Thanks in Advance.

Hi All Waiting for your reply …[:(]

Hello Sravya,

Need to Call the Address Table in the .net code and insert the data into that table, similar as how the data is being inserted into the employee table.