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