Example #1
0
 /// <summary>
 /// Create a new Cechy object.
 /// </summary>
 /// <param name="idCecha">Initial value of the idCecha property.</param>
 /// <param name="nazwa">Initial value of the nazwa property.</param>
 public static Cechy CreateCechy(global::System.Int32 idCecha, global::System.String nazwa)
 {
     Cechy cechy = new Cechy();
     cechy.idCecha = idCecha;
     cechy.nazwa = nazwa;
     return cechy;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Cechy EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCechy(Cechy cechy)
 {
     base.AddObject("Cechy", cechy);
 }