Imports the specified source object to the current unit of work which will
            map its properties against the currently loaded version of an associated
            entity, the type of which shall be TEntity.
            
    Namespace: 
   Mindscape.LightSpeed.TestingAssembly: Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)
 Syntax
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
 The source object containing data to be imported
 Type Parameters
Type Parameters
- TEntity
- The type of the entity to which the source object will be mapped against





