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



Filename
List of fields to add together to description
Flag indicating if there should be spaces between field data
Column that should act as object id
Gets data from the dBase datafile
Syntax
'Declaration
 
Public Overloads Function GetData( _
   ByVal dataset As DotSpatial.Data.IDataSet, _
   ByVal listOfFieldName As List(Of DBaseProperty), _
   ByVal spaceBetweenFields As Boolean, _
   ByVal objectIdField As DBaseProperty _
) As List(Of DBaseField)
'Usage
 
Dim instance As DBaseReader
Dim dataset As DotSpatial.Data.IDataSet
Dim listOfFieldName As List(Of DBaseProperty)
Dim spaceBetweenFields As Boolean
Dim objectIdField As DBaseProperty
Dim value As List(Of DBaseField)
 
value = instance.GetData(dataset, listOfFieldName, spaceBetweenFields, objectIdField)

Parameters

dataset
Filename
listOfFieldName
List of fields to add together to description
spaceBetweenFields
Flag indicating if there should be spaces between field data
objectIdField
Column that should act as object id
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