/// <summary> /// Create a new Value_Eng object. /// </summary> /// <param name="valuePool">Initial value of the ValuePool property.</param> /// <param name="valueCode">Initial value of the ValueCode property.</param> /// <param name="sortCode">Initial value of the SortCode property.</param> /// <param name="userId">Initial value of the UserId property.</param> /// <param name="logDate">Initial value of the LogDate property.</param> public static Value_Eng CreateValue_Eng(global::System.String valuePool, global::System.String valueCode, global::System.String sortCode, global::System.String userId, global::System.DateTime logDate) { Value_Eng value_Eng = new Value_Eng(); value_Eng.ValuePool = valuePool; value_Eng.ValueCode = valueCode; value_Eng.SortCode = sortCode; value_Eng.UserId = userId; value_Eng.LogDate = logDate; return value_Eng; }
/// <summary> /// Deprecated Method for adding a new object to the Value_Eng EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToValue_Eng(Value_Eng value_Eng) { base.AddObject("Value_Eng", value_Eng); }