コード例 #1
0
 /// <summary>
 /// Create a new vendedores_vinculacion object.
 /// </summary>
 /// <param name="idVinculacion">Initial value of the idVinculacion property.</param>
 public static vendedores_vinculacion Createvendedores_vinculacion(global::System.Int32 idVinculacion)
 {
     vendedores_vinculacion vendedores_vinculacion = new vendedores_vinculacion();
     vendedores_vinculacion.idVinculacion = idVinculacion;
     return vendedores_vinculacion;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the vendedores_vinculacion EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovendedores_vinculacion(vendedores_vinculacion vendedores_vinculacion)
 {
     base.AddObject("vendedores_vinculacion", vendedores_vinculacion);
 }