This document is archived and information here might be outdated. Recommended version. |
Resolves function variables using a row and set of properties.
[Visual Basic .NET] Public Sub Resolve ( _ ByVal pRow As IRow, _ ByVal pPropertySet As IPropertySet _ )
[C#] public void Resolve ( IRow pRow, IPropertySet pPropertySet );
[C++]
HRESULT Resolve(
IRow* pRow,
IPropertySet* pPropertySet
);
[C++] Parameters pRow [in]
pRow is a parameter of type IRow* pPropertySet [in]
pPropertySet is a parameter of type IPropertySet*