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