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