示例#1
0
 /// <summary>
 /// Create a new Generic_C object.
 /// </summary>
 /// <param name="geneId">Initial value of the GeneId property.</param>
 /// <param name="geneCId">Initial value of the GeneCId property.</param>
 public static Generic_C CreateGeneric_C(global::System.Int32 geneId, global::System.Int32 geneCId)
 {
     Generic_C generic_C = new Generic_C();
     generic_C.GeneId = geneId;
     generic_C.GeneCId = geneCId;
     return generic_C;
 }
示例#2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Generic_C EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGeneric_C(Generic_C generic_C)
 {
     base.AddObject("Generic_C", generic_C);
 }