コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the dataConnections EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTodataConnections(dataConnection dataConnection)
 {
     base.AddObject("dataConnections", dataConnection);
 }
コード例 #2
0
 /// <summary>
 /// Create a new dataConnection object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="entryId">Initial value of the entryId property.</param>
 public static dataConnection CreatedataConnection(global::System.Int32 id, global::System.Int64 entryId)
 {
     dataConnection dataConnection = new dataConnection();
     dataConnection.id = id;
     dataConnection.entryId = entryId;
     return dataConnection;
 }