Overloads Function LoadTop(Of T As {Class, New})( _ ByVal records As Integer _ ) As List(Of T)
Dim instance As IDataHelper Dim records As Integer Dim value As List(Of T) value = instance.LoadTop(Of T)(records)
Parameters
- records
- Number of records to retrieve
Type Parameters
- T
- Generic class type