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