This document is archived and information here might be outdated.  Recommended version.


IFeatureDataConverter.ConvertTable Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureDataConverter Interface > IFeatureDataConverter.ConvertTable Method
ArcGIS Developer Help

IFeatureDataConverter.ConvertTable Method

Converts a table to an Personal Geodatabase/Geodatabase table.

[Visual Basic .NET]
Public Function ConvertTable ( _
    ByVal InputDatasetName As IDatasetName, _
    ByVal InputQueryFilter As IQueryFilter, _
    ByVal OutputDatasetName As IDatasetName, _
    ByVal OutputFields As IFields, _
    ByVal configKey As String, _
    ByVal FlushInterval As Integer, _
    ByVal parentHWND As Integer _
) As IEnumInvalidObject
[C#]
public IEnumInvalidObject ConvertTable (
    IDatasetName InputDatasetName,
    IQueryFilter InputQueryFilter,
    IDatasetName OutputDatasetName,
    IFields OutputFields,
    string configKey,
    int FlushInterval,
    int parentHWND
);
[C++]
HRESULT ConvertTable(
  IDatasetName* InputDatasetName,
  IQueryFilter* InputQueryFilter,
  IDatasetName* OutputDatasetName,
  IFields* OutputFields,
  BSTR configKey,
  long FlushInterval,
  OLE_HANDLE parentHWND
);
[C++]
Parameters
InputDatasetName [in]

InputDatasetName is a parameter of type IDatasetName* InputQueryFilter [in]
InputQueryFilter is a parameter of type IQueryFilter* OutputDatasetName [in]
OutputDatasetName is a parameter of type IDatasetName* OutputFields [in]
OutputFields is a parameter of type IFields* configKey [in]
configKey is a parameter of type BSTR FlushInterval [in]
FlushInterval is a parameter of type long parentHWND [in]
parentHWND is a parameter of type OLE_HANDLE

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

ConvertTable Automates the conversion of tables. This method supports the conversion of INFO, dBase, OLE DB, ArcSDE, Personal and File Geodatabase tables.

See Also

IFeatureDataConverter Interface