Removes all properties of the specified type from this data object
Namespace: BrightstarDB.ClientAssembly: 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:
IDataObjectThis IDataObject to allow chained calls
See Also