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