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

Parameters

type
Type: BrightstarDB.Client..::..IDataObject
The type of the properties to be removed

Return Value

Type: IDataObject
This IDataObject to allow chained calls

See Also