Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the PrisonSexes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPrisonSexes(PrisonSex prisonSex)
 {
     base.AddObject("PrisonSexes", prisonSex);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new PrisonSex object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 public static PrisonSex CreatePrisonSex(global::System.Int32 id)
 {
     PrisonSex prisonSex = new PrisonSex();
     prisonSex.Id = id;
     return prisonSex;
 }