Executes this command and assigns the raw engine results to the specified result object. Note that the engine results are not marshalled into RAD output type until specifically requested by a consumer accessing result.

Namespace:  Endeca.Data.Provider
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
protected internal void Fill(
	CommandResult result
)
Visual Basic (Declaration)
Protected Friend Sub Fill ( _
	result As CommandResult _
)
Visual C++
protected public:
void Fill(
	CommandResult^ result
)

See Also