/// <summary> /// Create a new Generic_B object. /// </summary> /// <param name="siteId">Initial value of the SiteId property.</param> /// <param name="geneId">Initial value of the GeneId property.</param> /// <param name="geneBId">Initial value of the GeneBId property.</param> public static Generic_B CreateGeneric_B(global::System.Int32 siteId, global::System.Int32 geneId, global::System.Int32 geneBId) { Generic_B generic_B = new Generic_B(); generic_B.SiteId = siteId; generic_B.GeneId = geneId; generic_B.GeneBId = geneBId; return generic_B; }
/// <summary> /// Deprecated Method for adding a new object to the Generic_B EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToGeneric_B(Generic_B generic_B) { base.AddObject("Generic_B", generic_B); }