Share via


ISQLXMLHelper::SQLParamType

Converts parameter types into the string representation of the parameter types.

Syntax

virtual STDMETHODIMP_(int) SQLParamType (
   WORD        wSqlType,
   LPWSTR      lpBuffer,
   int         nBufferMax
   ) = 0;

Parameters

  • wSqlType
    A data type.

  • lpBuffer
    Holds the string representation.

  • nBufferMax
    Size of the buffer lpBuffer.

Remarks

ISQLXMLHelper should only be used by Microsoft internal applications.

See Also

Reference

ISQLXMLHelper