Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the BlogGlas EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBlogGlas(BlogGlas blogGlas)
 {
     base.AddObject("BlogGlas", blogGlas);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new BlogGlas object.
 /// </summary>
 /// <param name="blogGlasID">Initial value of the BlogGlasID property.</param>
 /// <param name="blogID">Initial value of the BlogID property.</param>
 public static BlogGlas CreateBlogGlas(global::System.Int32 blogGlasID, global::System.Int32 blogID)
 {
     BlogGlas blogGlas = new BlogGlas();
     blogGlas.BlogGlasID = blogGlasID;
     blogGlas.BlogID = blogID;
     return blogGlas;
 }