Removes properties of the specified type where this data object is the value

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

Syntax

C#
IDataObject RemoveInversePropertiesOfType(
	string type
)
Visual Basic
Function RemoveInversePropertiesOfType ( 
	type As String
) As IDataObject
Visual C++
IDataObject^ RemoveInversePropertiesOfType(
	String^ type
)
F#
abstract RemoveInversePropertiesOfType : 
        type : string -> IDataObject 

Parameters

type
Type: System..::..String
The type of the properties to be removed as a URI or CURIE

Return Value

Type: IDataObject
This IDataObject to allow chained calls

See Also