Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the NetworkAccounts EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToNetworkAccounts(NetworkAccounts networkAccounts)
 {
     base.AddObject("NetworkAccounts", networkAccounts);
 }
Пример #2
0
 /// <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;
 }