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