/// <summary>
 /// Create a new ValuePool object.
 /// </summary>
 /// <param name="valuePool1">Initial value of the ValuePool1 property.</param>
 /// <param name="description">Initial value of the Description property.</param>
 /// <param name="valueTextExists">Initial value of the ValueTextExists property.</param>
 /// <param name="valuePres">Initial value of the ValuePres property.</param>
 /// <param name="userId">Initial value of the UserId property.</param>
 /// <param name="logDate">Initial value of the LogDate property.</param>
 public static ValuePool CreateValuePool(global::System.String valuePool1, global::System.String description, global::System.String valueTextExists, global::System.String valuePres, global::System.String userId, global::System.DateTime logDate)
 {
     ValuePool valuePool = new ValuePool();
     valuePool.ValuePool1 = valuePool1;
     valuePool.Description = description;
     valuePool.ValueTextExists = valueTextExists;
     valuePool.ValuePres = valuePres;
     valuePool.UserId = userId;
     valuePool.LogDate = logDate;
     return valuePool;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the ValuePools EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToValuePools(ValuePool valuePool)
 {
     base.AddObject("ValuePools", valuePool);
 }