/// <summary> /// Create a new Syn_UserAndCheckPoint object. /// </summary> /// <param name="syn_UserAndCheckPointID">Initial value of the Syn_UserAndCheckPointID property.</param> /// <param name="clientName">Initial value of the ClientName property.</param> /// <param name="password">Initial value of the Password property.</param> public static Syn_UserAndCheckPoint CreateSyn_UserAndCheckPoint(global::System.Int32 syn_UserAndCheckPointID, global::System.String clientName, global::System.String password) { Syn_UserAndCheckPoint syn_UserAndCheckPoint = new Syn_UserAndCheckPoint(); syn_UserAndCheckPoint.Syn_UserAndCheckPointID = syn_UserAndCheckPointID; syn_UserAndCheckPoint.ClientName = clientName; syn_UserAndCheckPoint.Password = password; return syn_UserAndCheckPoint; }
/// <summary> /// Deprecated Method for adding a new object to the Syn_UserAndCheckPoint EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToSyn_UserAndCheckPoint(Syn_UserAndCheckPoint syn_UserAndCheckPoint) { base.AddObject("Syn_UserAndCheckPoint", syn_UserAndCheckPoint); }