コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the CompanyProfiles EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCompanyProfiles(CompanyProfile companyProfile)
 {
     base.AddObject("CompanyProfiles", companyProfile);
 }
コード例 #2
0
 /// <summary>
 /// Create a new CompanyProfile object.
 /// </summary>
 /// <param name="cmpid">Initial value of the cmpid property.</param>
 public static CompanyProfile CreateCompanyProfile(global::System.Int64 cmpid)
 {
     CompanyProfile companyProfile = new CompanyProfile();
     companyProfile.cmpid = cmpid;
     return companyProfile;
 }