AdoCommand:CommandStream

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoCommand Class >

AdoCommand:CommandStream

Previous pageReturn to chapter overviewNext page

Purpose

The stream used as the input for a Command object

 

Prototype

 

PROPERTY CommandStream AS USUAL 

 

 

Return

 

USUAL         Stream

 

Argument(s)

 

uStream        USUAL

 

Description

 

The format for this stream is provider-specific, see your provider's documentation for details.

CommandStream and CommandText are mutually exclusive.

 

See Also

 

AdoCommand