A distributed unit of work does not support importing an arbitrary object into an entity

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 TEntity Import<TEntity>(
	Object source
) where TEntity : Entity
Visual Basic (Declaration)
Public Overrides Function Import(Of TEntity As Entity) ( _
	source As Object _
) As TEntity

Parameters

source
Type: System..::.Object
Ignored

Type Parameters

TEntity
Ignored

Return Value

Not supported

See Also