Deletes an entity object and all of its properties from the entity context

Namespace: BrightstarDB.EntityFramework
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public abstract void DeleteObject(
	Object o
)
Visual Basic
Public MustOverride Sub DeleteObject ( 
	o As Object
)
Visual C++
public:
virtual void DeleteObject(
	Object^ o
) abstract
F#
abstract DeleteObject : 
        o : Object -> unit 

Parameters

o
Type: System..::..Object

[Missing <param name="o"/> documentation for "M:BrightstarDB.EntityFramework.EntityContext.DeleteObject(System.Object)"]

See Also