示例#1
0
        /// <summary>
        /// Create a new TB_UserProfile object.
        /// </summary>
        /// <param name="profileId">Initial value of the ProfileId property.</param>
        public static TB_UserProfile CreateTB_UserProfile(global::System.Int32 profileId)
        {
            TB_UserProfile tB_UserProfile = new TB_UserProfile();

            tB_UserProfile.ProfileId = profileId;
            return(tB_UserProfile);
        }
示例#2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the TB_UserProfile EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTB_UserProfile(TB_UserProfile tB_UserProfile)
 {
     base.AddObject("TB_UserProfile", tB_UserProfile);
 }