Heureka API .NET Documentation
GetData(String,List<DBaseProperty>,Boolean) Method



Filename
List of fields to add together to description
Flag indicating if there should be spaces between field data
GetData overload that only takes three argument, sends null as object id
Syntax
'Declaration
 
Public Overloads Function GetData( _
   ByVal dBasePathFileName As String, _
   ByVal listOfFieldName As List(Of DBaseProperty), _
   ByVal spaceBetweenFields As Boolean _
) As IEnumerable(Of DBaseField)
'Usage
 
Dim instance As DBaseReader
Dim dBasePathFileName As String
Dim listOfFieldName As List(Of DBaseProperty)
Dim spaceBetweenFields As Boolean
Dim value As IEnumerable(Of DBaseField)
 
value = instance.GetData(dBasePathFileName, listOfFieldName, spaceBetweenFields)

Parameters

dBasePathFileName
Filename
listOfFieldName
List of fields to add together to description
spaceBetweenFields
Flag indicating if there should be spaces between field data
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

DBaseReader Class
DBaseReader Members
Overload List

Send Feedback