Esempio n. 1
0
 /// <summary>
 /// Create a new vw_Sponsors object.
 /// </summary>
 /// <param name="firstname">Initial value of the Firstname property.</param>
 /// <param name="lastname">Initial value of the Lastname property.</param>
 /// <param name="organizationName">Initial value of the OrganizationName property.</param>
 public static vw_Sponsors Createvw_Sponsors(global::System.String firstname, global::System.String lastname, global::System.String organizationName)
 {
     vw_Sponsors vw_Sponsors = new vw_Sponsors();
     vw_Sponsors.Firstname = firstname;
     vw_Sponsors.Lastname = lastname;
     vw_Sponsors.OrganizationName = organizationName;
     return vw_Sponsors;
 }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the vw_Sponsors EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovw_Sponsors(vw_Sponsors vw_Sponsors)
 {
     base.AddObject("vw_Sponsors", vw_Sponsors);
 }