.netCHARTING v10.5 Documentation


ImportData Method
Imports and merges a DataTable with this MapLayer.
Syntax
'Declaration
 
Public Sub ImportData( _
   ByVal extTable As DataTable, _
   ByVal nativeField As String, _
   ByVal extField As String _
) 
'Usage
 
Dim instance As MapLayer
Dim extTable As DataTable
Dim nativeField As String
Dim extField As String
 
instance.ImportData(extTable, nativeField, extField)
public void ImportData( 
   DataTable extTable,
   string nativeField,
   string extField
)

Parameters

extTable
nativeField
extField
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