/// <summary> /// Create a new Tab_Consultas object. /// </summary> /// <param name="id_consulta">Initial value of the Id_consulta property.</param> /// <param name="nombre">Initial value of the Nombre property.</param> /// <param name="tipo">Initial value of the tipo property.</param> /// <param name="view">Initial value of the view property.</param> public static Tab_Consultas CreateTab_Consultas(global::System.Int32 id_consulta, global::System.String nombre, global::System.String tipo, global::System.String view) { Tab_Consultas tab_Consultas = new Tab_Consultas(); tab_Consultas.Id_consulta = id_consulta; tab_Consultas.Nombre = nombre; tab_Consultas.tipo = tipo; tab_Consultas.view = view; return tab_Consultas; }
/// <summary> /// Deprecated Method for adding a new object to the Tab_Consultas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToTab_Consultas(Tab_Consultas tab_Consultas) { base.AddObject("Tab_Consultas", tab_Consultas); }