Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the CrbChecks EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCrbChecks(CrbCheck crbCheck)
 {
     base.AddObject("CrbChecks", crbCheck);
 }
Пример #2
0
 /// <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;
 }