Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the QRTZ_LOCKS EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToQRTZ_LOCKS(QRTZ_LOCKS qRTZ_LOCKS)
 {
     base.AddObject("QRTZ_LOCKS", qRTZ_LOCKS);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new QRTZ_LOCKS object.
 /// </summary>
 /// <param name="lOCK_NAME">Initial value of the LOCK_NAME property.</param>
 public static QRTZ_LOCKS CreateQRTZ_LOCKS(global::System.String lOCK_NAME)
 {
     QRTZ_LOCKS qRTZ_LOCKS = new QRTZ_LOCKS();
     qRTZ_LOCKS.LOCK_NAME = lOCK_NAME;
     return qRTZ_LOCKS;
 }