Hi all, Could you please let me know if how can i generate the following piece of code using CodeDOM public System.Int64 X { get { System.Int64 A = (System.Int64 )this["@B"]; return A; } } I am not able to generate the following line: System.Int64 A = (System.Int64 )this["@B"]; Thanks, Ramesh