Esempio n. 1
0
 /// <summary>
 /// Create a new Pol object.
 /// </summary>
 /// <param name="idPol">Initial value of the IdPol property.</param>
 public static Pol CreatePol(global::System.Int32 idPol)
 {
     Pol pol = new Pol();
     pol.IdPol = idPol;
     return pol;
 }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Pol EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPol(Pol pol)
 {
     base.AddObject("Pol", pol);
 }