/// <summary>
 /// Create a new ClientUserMap object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="rowVersion">Initial value of the RowVersion property.</param>
 /// <param name="clientUserMap_User">Initial value of the ClientUserMap_User property.</param>
 /// <param name="clientUserMap_Client">Initial value of the ClientUserMap_Client property.</param>
 public static ClientUserMap CreateClientUserMap(global::System.Int32 id, global::System.Byte[] rowVersion, global::System.Int32 clientUserMap_User, global::System.Int32 clientUserMap_Client)
 {
     ClientUserMap clientUserMap = new ClientUserMap();
     clientUserMap.Id = id;
     clientUserMap.RowVersion = rowVersion;
     clientUserMap.ClientUserMap_User = clientUserMap_User;
     clientUserMap.ClientUserMap_Client = clientUserMap_Client;
     return clientUserMap;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the ClientUserMaps EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToClientUserMaps(ClientUserMap clientUserMap)
 {
     base.AddObject("ClientUserMaps", clientUserMap);
 }