/// <summary> /// Create a new PAISES object. /// </summary> /// <param name="iD_COUNTRY">Initial value of the ID_COUNTRY property.</param> /// <param name="cOUNTRY_NAME">Initial value of the COUNTRY_NAME property.</param> /// <param name="rEGION">Initial value of the REGION property.</param> /// <param name="sUB_REGION">Initial value of the SUB_REGION property.</param> /// <param name="sALES_ORGANIZATION">Initial value of the SALES_ORGANIZATION property.</param> public static PAISES CreatePAISES(global::System.String iD_COUNTRY, global::System.String cOUNTRY_NAME, global::System.String rEGION, global::System.String sUB_REGION, global::System.String sALES_ORGANIZATION) { PAISES pAISES = new PAISES(); pAISES.ID_COUNTRY = iD_COUNTRY; pAISES.COUNTRY_NAME = cOUNTRY_NAME; pAISES.REGION = rEGION; pAISES.SUB_REGION = sUB_REGION; pAISES.SALES_ORGANIZATION = sALES_ORGANIZATION; return pAISES; }
/// <summary> /// Deprecated Method for adding a new object to the PAISES EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToPAISES(PAISES pAISES) { base.AddObject("PAISES", pAISES); }