Heureka API .NET Documentation
GetData Method (DBaseReaderRegion)



Filename
List of fields to add together to description
Gets data from the dBase datafile
Syntax
'Declaration
 
Public Function GetData( _
   ByVal dBasePathFileName As String, _
   ByVal listOfFieldName As List(Of DBaseProperty) _
) As List(Of DBaseFieldRegion)
'Usage
 
Dim instance As DBaseReaderRegion
Dim dBasePathFileName As String
Dim listOfFieldName As List(Of DBaseProperty)
Dim value As List(Of DBaseFieldRegion)
 
value = instance.GetData(dBasePathFileName, listOfFieldName)

Parameters

dBasePathFileName
Filename
listOfFieldName
List of fields to add together to description
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DBaseReaderRegion Class
DBaseReaderRegion Members

Send Feedback