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