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