/// <summary> /// Create a new accountType object. /// </summary> /// <param name="id">Initial value of the id property.</param> public static accountType CreateaccountType(global::System.Guid id) { accountType accountType = new accountType(); accountType.id = id; return accountType; }
/// <summary> /// Deprecated Method for adding a new object to the accountTypes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToaccountTypes(accountType accountType) { base.AddObject("accountTypes", accountType); }