get_OLEDBCommand Method

Returns the underlying OLE DB Command, first propagating any parameter information set on the ADO Command to the OLE DB Command.

Syntax

  
HRESULT get_OLEDBCommand(  
      IUnknown **ppOLEDBCommand  
);  

Parameters

ppOLEDBCommand
[out] A pointer to a pointer location where the IUnknown pointer for the underlying OLE DB Command will be written.

Applies To

IADOCommandConstruction