CDaoRecordset::GetParamValue

调用该成员函数检索在基础DAOParameter对象存储的指定参数的当前值。

virtual COleVariant GetParamValue(
   int nIndex 
);
virtual COleVariant GetParamValue(
   LPCTSTR lpszName 
);

参数

  • nIndex
    参数的数字位置在基础DAOParameter对象。

  • lpszName
    要参数值的名称。

返回值

包含参数值选件类 COleVariant 的对象。

备注

可以访问该参数按名称或按其集合中的数字位置。

有关相关信息,请参见主题中的“参数对象” DAO帮助。

要求

Header: afxdao.h

请参见

参考

CDaoRecordset选件类

层次结构图

CDaoRecordset::SetParamValue

CDaoRecordset::m_nParams