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