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


IRecordSet2.DetachTable Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRecordSet2 Interface > IRecordSet2.DetachTable Method
ArcGIS Developer Help

IRecordSet2.DetachTable Method

Detach Recordset from table and apply the subfield of QueryFilter.

[Visual Basic .NET]
Public Sub DetachTable ( _
)
[C#]
public void DetachTable (
);
[C++]
HRESULT DetachTable(
void
);

Product Availability

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

Remarks

When using a record set, the DetachTable property is used to detach a recordset from a table and apply the subfield of a query filter.

See Also

IRecordSet2 Interface | IRecordSet2.SaveAsTable Method