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