/// <summary>
        /// Create a new table object.
        /// </summary>
        /// <param name="id">Initial value of the Id property.</param>
        /// <param name="name">Initial value of the name property.</param>
        /// <param name="emai">Initial value of the emai property.</param>
        /// <param name="mono">Initial value of the mono property.</param>
        /// <param name="rowVersion">Initial value of the RowVersion property.</param>
        public static table Createtable(global::System.Int32 id, global::System.String name, global::System.String emai, global::System.String mono, global::System.Byte[] rowVersion)
        {
            table table = new table();

            table.Id         = id;
            table.name       = name;
            table.emai       = emai;
            table.mono       = mono;
            table.RowVersion = rowVersion;
            return(table);
        }
 /// <summary>
 /// Deprecated Method for adding a new object to the tables EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotables(table table)
 {
     base.AddObject("tables", table);
 }