/// <summary> /// Create a new TablaISPT object. /// </summary> /// <param name="tipo">Initial value of the Tipo property.</param> /// <param name="desde">Initial value of the Desde property.</param> /// <param name="activo">Initial value of the Activo property.</param> /// <param name="iD_Tispt">Initial value of the ID_Tispt property.</param> public static TablaISPT CreateTablaISPT(global::System.String tipo, global::System.DateTime desde, global::System.String activo, global::System.Int32 iD_Tispt) { TablaISPT tablaISPT = new TablaISPT(); tablaISPT.Tipo = tipo; tablaISPT.Desde = desde; tablaISPT.Activo = activo; tablaISPT.ID_Tispt = iD_Tispt; return tablaISPT; }
/// <summary> /// Deprecated Method for adding a new object to the TablaISPTs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToTablaISPTs(TablaISPT tablaISPT) { base.AddObject("TablaISPTs", tablaISPT); }