/// <summary> /// Create a new ProfileBankAccountView object. /// </summary> /// <param name="id">Initial value of the id property.</param> /// <param name="bankAccount">Initial value of the BankAccount property.</param> public static ProfileBankAccountView CreateProfileBankAccountView(global::System.Int32 id, global::System.String bankAccount) { ProfileBankAccountView profileBankAccountView = new ProfileBankAccountView(); profileBankAccountView.id = id; profileBankAccountView.BankAccount = bankAccount; return profileBankAccountView; }
/// <summary> /// Deprecated Method for adding a new object to the ProfileBankAccountViews EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToProfileBankAccountViews(ProfileBankAccountView profileBankAccountView) { base.AddObject("ProfileBankAccountViews", profileBankAccountView); }