Exemple #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the vw_emp_obs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovw_emp_obs(vw_emp_obs vw_emp_obs)
 {
     base.AddObject("vw_emp_obs", vw_emp_obs);
 }
Exemple #2
0
 /// <summary>
 /// Create a new vw_emp_obs object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="id_empresa">Initial value of the id_empresa property.</param>
 /// <param name="dt_alteracao">Initial value of the dt_alteracao property.</param>
 /// <param name="usuario_alteracao">Initial value of the usuario_alteracao property.</param>
 public static vw_emp_obs Createvw_emp_obs(global::System.Int64 id, global::System.Int64 id_empresa, global::System.DateTime dt_alteracao, global::System.Int16 usuario_alteracao)
 {
     vw_emp_obs vw_emp_obs = new vw_emp_obs();
     vw_emp_obs.id = id;
     vw_emp_obs.id_empresa = id_empresa;
     vw_emp_obs.dt_alteracao = dt_alteracao;
     vw_emp_obs.usuario_alteracao = usuario_alteracao;
     return vw_emp_obs;
 }