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