Public 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 BaseDatabaseProvider 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)
public List<Dictionary<string,object>> LoadTop( string tableName, string orderBy, int maxRecords )
public: List<Dictionary<string*,Object*>*>* LoadTop( string* tableName, string* orderBy, int maxRecords )
public: 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