/// <summary>
 /// Create a new ChallanIn object.
 /// </summary>
 /// <param name="pkchallanin">Initial value of the pkchallanin property.</param>
 /// <param name="loginUsercode">Initial value of the LoginUsercode property.</param>
 public static ChallanIn CreateChallanIn(global::System.Int64 pkchallanin, global::System.String loginUsercode)
 {
     ChallanIn challanIn = new ChallanIn();
     challanIn.pkchallanin = pkchallanin;
     challanIn.LoginUsercode = loginUsercode;
     return challanIn;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the ChallanIns EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToChallanIns(ChallanIn challanIn)
 {
     base.AddObject("ChallanIns", challanIn);
 }