Overloads Function LoadTop( _ ByVal tableName As String, _ ByVal orderBy As String, _ ByVal maxRecords As Integer _ ) As List(Of Dictionary(Of String,Object))
Dim instance As IDatabaseProvider Dim tableName As String Dim orderBy As String Dim maxRecords As Integer Dim value As List(Of Dictionary(Of String,Object)) value = instance.LoadTop(tableName, orderBy, maxRecords)
List<Dictionary<string,object>> LoadTop( string tableName, string orderBy, int maxRecords )
Parameters
- tableName
- The name of the table
- orderBy
- Order by SQL Clause
- maxRecords
- The maximum records to retrieve