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