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