Deletes entities by executing SQL directly against the database. NB. No entities are
            materialized and therefore no callbacks run, entities are not removed from the second-level
            cache or full-text search index etc.
            
    Namespace: 
   Mindscape.LightSpeed.TestingAssembly: Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public override void Remove( Query query ) | 
| Visual Basic (Declaration) | 
|---|
| Public Overrides Sub Remove ( _ query As Query _ ) | 
Parameters
- query
- Type: Mindscape.LightSpeed.Querying..::.Query
 A query used to determine which entities to delete.





