A distributed unit of work does not support preparing database commands

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

Syntax

C#
public override IDbCommand PrepareCommand(
	IDbCommand command
)
Visual Basic (Declaration)
Public Overrides Function PrepareCommand ( _
	command As IDbCommand _
) As IDbCommand

Parameters

command
Type: System.Data..::.IDbCommand
Ignored

Return Value

Not supported

Implements

IUnitOfWork..::.PrepareCommand(IDbCommand)
IUnitOfWork..::.PrepareCommand(IDbCommand)

See Also