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