A distributed unit of work does not support FindBySql as it cannot support handling of database command objects

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 IList<TEntity> FindBySql<TEntity>(
	IDbCommand command
) where TEntity : Entity
Visual Basic (Declaration)
Public Overrides Function FindBySql(Of TEntity As Entity) ( _
	command As IDbCommand _
) As IList(Of TEntity)

Parameters

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

Type Parameters

TEntity

Return Value

Not supported

See Also