This document is archived and information here might be outdated. Recommended version. |
Check the validity of the expression.
[Visual Basic .NET] Public Function IsValid ( _ ByVal pTable As ITable _ ) As Boolean
[C#] public bool IsValid ( ITable pTable );
[C++]
HRESULT IsValid(
ITable* pTable
);
[C++] Parameters pTable [in]
pTable is a parameter of type ITable*