AdoCommand:CommandStream Assign

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoCommand Class >

AdoCommand:CommandStream Assign

Previous pageReturn to chapter overviewNext page

Purpose

The stream used as the input for a Command object

 

Prototype

ASSIGN CommandStream ( uStream AS USUAL )  AS USUAL PASCAL CLASS AdoCommand

 

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, AdoCommand:CommandStream