Exemplo n.º 1
0
        /// <summary>
        /// Create a new email object.
        /// </summary>
        /// <param name="id">Initial value of the Id property.</param>
        public static email Createemail(global::System.Int32 id)
        {
            email email = new email();

            email.Id = id;
            return(email);
        }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the emails EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToemails(email email)
 {
     base.AddObject("emails", email);
 }