/// <summary> /// Deprecated Method for adding a new object to the LostSimDatas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToLostSimDatas(LostSimData lostSimData) { base.AddObject("LostSimDatas", lostSimData); }
/// <summary> /// Create a new LostSimData object. /// </summary> /// <param name="simNo">Initial value of the SimNo property.</param> /// <param name="branchcode">Initial value of the branchcode property.</param> /// <param name="loginuser">Initial value of the loginuser property.</param> public static LostSimData CreateLostSimData(global::System.String simNo, global::System.String branchcode, global::System.String loginuser) { LostSimData lostSimData = new LostSimData(); lostSimData.SimNo = simNo; lostSimData.branchcode = branchcode; lostSimData.loginuser = loginuser; return lostSimData; }