Exemplo n.º 1
0
 /// <summary>
 /// Create a new bv_SearchLexicon object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="word">Initial value of the Word property.</param>
 public static bv_SearchLexicon Createbv_SearchLexicon(global::System.Int64 id, global::System.String word)
 {
     bv_SearchLexicon bv_SearchLexicon = new bv_SearchLexicon();
     bv_SearchLexicon.Id = id;
     bv_SearchLexicon.Word = word;
     return bv_SearchLexicon;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the bv_SearchLexicon EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobv_SearchLexicon(bv_SearchLexicon bv_SearchLexicon)
 {
     base.AddObject("bv_SearchLexicon", bv_SearchLexicon);
 }