Removes a type identifier from a resource

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

Syntax

C#
public void Unbecome<T>(
	BrightstarEntityObject beo
)
Visual Basic
Public Sub Unbecome(Of T) ( 
	beo As BrightstarEntityObject
)
Visual C++
public:
generic<typename T>
void Unbecome(
	BrightstarEntityObject^ beo
)
F#
member Unbecome : 
        beo : BrightstarEntityObject -> unit 

Parameters

beo
Type: BrightstarDB.EntityFramework..::..BrightstarEntityObject
An existing entity bound to the resource to be updated

Type Parameters

T
The entity type whose type identifier is to be removed

See Also