/// <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; }
/// <summary> /// Deprecated Method for adding a new object to the VWRoles EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToVWRoles(VWRoles vWRoles) { base.AddObject("VWRoles", vWRoles); }