![]()  | 
                    
                         This document is archived and information here might be outdated. Recommended version.  | 
                
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,
  System.String* 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*