Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the MST_ROLE EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToMST_ROLE(MST_ROLE mST_ROLE)
 {
     base.AddObject("MST_ROLE", mST_ROLE);
 }
Example #2
0
 /// <summary>
 /// Create a new MST_ROLE object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static MST_ROLE CreateMST_ROLE(global::System.Int32 id)
 {
     MST_ROLE mST_ROLE = new MST_ROLE();
     mST_ROLE.ID = id;
     return mST_ROLE;
 }