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