/// <summary> /// Deprecated Method for adding a new object to the spt_values EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTospt_values(spt_values spt_values) { base.AddObject("spt_values", spt_values); }
/// <summary> /// Create a new spt_values object. /// </summary> /// <param name="number">Initial value of the number property.</param> /// <param name="type">Initial value of the type property.</param> public static spt_values Createspt_values(global::System.Int32 number, global::System.String type) { spt_values spt_values = new spt_values(); spt_values.number = number; spt_values.type = type; return spt_values; }