Inheritance: System.Data.Objects.DataClasses.EntityObject
Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the my_aspnet_profiles EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTomy_aspnet_profiles(my_aspnet_profiles my_aspnet_profiles)
 {
     base.AddObject("my_aspnet_profiles", my_aspnet_profiles);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new my_aspnet_profiles object.
 /// </summary>
 /// <param name="userId">Initial value of the userId property.</param>
 /// <param name="lastUpdatedDate">Initial value of the lastUpdatedDate property.</param>
 public static my_aspnet_profiles Createmy_aspnet_profiles(global::System.Int32 userId, global::System.DateTime lastUpdatedDate)
 {
     my_aspnet_profiles my_aspnet_profiles = new my_aspnet_profiles();
     my_aspnet_profiles.userId = userId;
     my_aspnet_profiles.lastUpdatedDate = lastUpdatedDate;
     return my_aspnet_profiles;
 }