Sets the source table or feature class for a Recordset.
[Visual Basic .NET] Public Sub SetSourceTable ( _ ByVal Table As ITable, _ ByVal QueryFilter As IQueryFilter _ )
[C#] public void SetSourceTable ( ITable Table, IQueryFilter QueryFilter );
[C++]
HRESULT SetSourceTable(
ITable* Table,
IQueryFilter* QueryFilter
);
[C++]Parameters
Table [in]Table is a parameter of type ITable
QueryFilter [in]QueryFilter is a parameter of type IQueryFilter
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
When using a recordset class, the SetSourceTable property is used to set the source table or feature class for a Recordset.