This document is archived and information here might be outdated. Recommended version. |
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 );
This method will not export fields with a BLOB type. To retain these fields during an export, use the geoprocessing tool TableToTable.