WhereClause.
[Visual Basic .NET] Public Function get_WhereClause ( _ ByVal Index As Integer, _ ByVal Table As ITable _ ) As String
[C#] public string get_WhereClause ( int Index, ITable Table );
[C++]
HRESULT get_WhereClause(
long Index,
ITable* Table,
BSTR* WhereClause
);
[C++]Parameters
Index [in] Index is a parameter of type long Table [in]Table is a parameter of type ITable
WhereClause [out, retval] WhereClause is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.