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