ArcObjects Library Reference (GeoDatabaseUI)  

IExportOperation.ExportTable Method

Exports the given table to a new table.

[Visual Basic .NET]
Public Sub ExportTable ( _
    ByVal inputDatasetName As IDatasetName, _
    ByVal inputQueryFilter As IQueryFilter, _
    ByVal inputSelectionSet As ISelectionSet, _
    ByVal outputDatasetName As IDatasetName, _
    ByVal parentHWnd As Integer _
)
[C#]
public void ExportTable (
    IDatasetName inputDatasetName,
    IQueryFilter inputQueryFilter,
    ISelectionSet inputSelectionSet,
    IDatasetName outputDatasetName,
    int parentHWnd
);

Product Availability

Available with ArcGIS Desktop.

Remarks

This method will not export fields with a BLOB type. To retain these fields during an export, use the geoprocessing tool TableToTable.

See Also

IExportOperation Interface