/// <summary> /// Create a new SUB_SEGMENTO object. /// </summary> /// <param name="sEGMENT_ID">Initial value of the SEGMENT_ID property.</param> /// <param name="sUB_SEGMENT">Initial value of the SUB_SEGMENT property.</param> public static SUB_SEGMENTO CreateSUB_SEGMENTO(global::System.String sEGMENT_ID, global::System.String sUB_SEGMENT) { SUB_SEGMENTO sUB_SEGMENTO = new SUB_SEGMENTO(); sUB_SEGMENTO.SEGMENT_ID = sEGMENT_ID; sUB_SEGMENTO.SUB_SEGMENT = sUB_SEGMENT; return sUB_SEGMENTO; }
/// <summary> /// Deprecated Method for adding a new object to the SUB_SEGMENTO EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToSUB_SEGMENTO(SUB_SEGMENTO sUB_SEGMENTO) { base.AddObject("SUB_SEGMENTO", sUB_SEGMENTO); }