I came across a bug in SFSUsersXRolesBO.FillAll(). "ORDER" is missing from the ORDER BY clause.
#Region " Data Retrieval Methods " ''' <summary> ''' Fill data table with all records ''' </summary> ''' <remarks></remarks> Public Sub FillAll() FillDataTable("SELECT * FROM " & Me.TableNameAndSchema & " by ur_us_pk") End Sub