예제 #1
0
 /// <summary>
 /// Create a new tblConfig object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static tblConfig CreatetblConfig(global::System.Int32 id)
 {
     tblConfig tblConfig = new tblConfig();
     tblConfig.ID = id;
     return tblConfig;
 }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tblConfigs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotblConfigs(tblConfig tblConfig)
 {
     base.AddObject("tblConfigs", tblConfig);
 }