Ejemplo n.º 1
0
 /// <summary>
 /// Create a new replication_control object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="current_schema_sequence">Initial value of the current_schema_sequence property.</param>
 public static replication_control Createreplication_control(global::System.Int32 id, global::System.Int32 current_schema_sequence)
 {
     replication_control replication_control = new replication_control();
     replication_control.id = id;
     replication_control.current_schema_sequence = current_schema_sequence;
     return replication_control;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the replication_control EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToreplication_control(replication_control replication_control)
 {
     base.AddObject("replication_control", replication_control);
 }