Set the result of the next projection query

Namespace:  Mindscape.LightSpeed.Testing
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public void SetExpectedProjectionResult(
	IDataReader result
)
Visual Basic (Declaration)
Public Sub SetExpectedProjectionResult ( _
	result As IDataReader _
)

Parameters

result
Type: System.Data..::.IDataReader
The IDataReader to be returned

See Also