示例#1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the QBLOK EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToQBLOK(QBLOK qBLOK)
 {
     base.AddObject("QBLOK", qBLOK);
 }
示例#2
0
 /// <summary>
 /// Create a new QBLOK object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static QBLOK CreateQBLOK(global::System.Int32 id)
 {
     QBLOK qBLOK = new QBLOK();
     qBLOK.ID = id;
     return qBLOK;
 }