Beispiel #1
0
 /// <summary>
 /// Create a new Referencial object.
 /// </summary>
 /// <param name="referencialID">Initial value of the ReferencialID property.</param>
 public static Referencial CreateReferencial(global::System.Int32 referencialID)
 {
     Referencial referencial = new Referencial();
     referencial.ReferencialID = referencialID;
     return referencial;
 }
Beispiel #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Referencials EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToReferencials(Referencial referencial)
 {
     base.AddObject("Referencials", referencial);
 }