#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