/// <summary> /// Deprecated Method for adding a new object to the E062SRO EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToE062SRO(SubRota subRota) { base.AddObject("E062SRO", subRota); }
/// <summary> /// Create a new SubRota object. /// </summary> /// <param name="cODROE">Initial value of the CODROE property.</param> /// <param name="cODSRO">Initial value of the CODSRO property.</param> /// <param name="dESROE">Initial value of the DESROE property.</param> public static SubRota CreateSubRota(global::System.String cODROE, global::System.String cODSRO, global::System.String dESROE) { SubRota subRota = new SubRota(); subRota.CODROE = cODROE; subRota.CODSRO = cODSRO; subRota.DESROE = dESROE; return subRota; }