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