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