/// <summary> /// Deprecated Method for adding a new object to the aspnet_Profile EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToaspnet_Profile(aspnet_Profile aspnet_Profile) { base.AddObject("aspnet_Profile", aspnet_Profile); }
/// <summary> /// Create a new aspnet_Profile object. /// </summary> /// <param name="userId">Initial value of the UserId property.</param> /// <param name="propertyNames">Initial value of the PropertyNames property.</param> /// <param name="propertyValuesString">Initial value of the PropertyValuesString property.</param> /// <param name="propertyValuesBinary">Initial value of the PropertyValuesBinary property.</param> /// <param name="lastUpdatedDate">Initial value of the LastUpdatedDate property.</param> public static aspnet_Profile Createaspnet_Profile(global::System.Guid userId, global::System.String propertyNames, global::System.String propertyValuesString, global::System.Byte[] propertyValuesBinary, global::System.DateTime lastUpdatedDate) { aspnet_Profile aspnet_Profile = new aspnet_Profile(); aspnet_Profile.UserId = userId; aspnet_Profile.PropertyNames = propertyNames; aspnet_Profile.PropertyValuesString = propertyValuesString; aspnet_Profile.PropertyValuesBinary = propertyValuesBinary; aspnet_Profile.LastUpdatedDate = lastUpdatedDate; return aspnet_Profile; }