Removes all properties of the specified type from this data object

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

Syntax

C#
IDataObject RemovePropertiesOfType(
	string type
)
Visual Basic
Function RemovePropertiesOfType ( 
	type As String
) As IDataObject
Visual C++
IDataObject^ RemovePropertiesOfType(
	String^ type
)
F#
abstract RemovePropertiesOfType : 
        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