/// <summary> /// Create a new Bimeh object. /// </summary> /// <param name="code_bimeh">Initial value of the code_bimeh property.</param> public static Bimeh CreateBimeh(global::System.Int32 code_bimeh) { Bimeh bimeh = new Bimeh(); bimeh.code_bimeh = code_bimeh; return(bimeh); }
/// <summary> /// Deprecated Method for adding a new object to the Bimeh EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToBimeh(Bimeh bimeh) { base.AddObject("Bimeh", bimeh); }