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


IRecordSet2.DetachTable Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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