다음을 통해 공유


CDynamicParameterAccessor::GetParamName

Retrieves the name of the specified parameter.

LPOLESTR GetParamName( 
   DBORDINAL nParam  
) const throw( );

매개 변수

  • nParam
    [in] The parameter number (offset from 1). Parameter 0 is reserved for return values. The parameter number is the index of the parameter based on its order in the SQL or stored procedure call. See SetParam for an example.

반환 값

The name of the specified parameter.

요구 사항

헤더: atldbcli.h

참고 항목

참조

CDynamicParameterAccessor 클래스