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