Removes properties of the specified type where this data object is the value
Namespace: BrightstarDB.ClientAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
IDataObject RemoveInversePropertiesOfType(
IDataObject type
) |
| Visual Basic |
|---|
Function RemoveInversePropertiesOfType (
type As IDataObject
) As IDataObject |
| Visual C++ |
|---|
IDataObject^ RemoveInversePropertiesOfType(
IDataObject^ type
) |
| F# |
|---|
abstract RemoveInversePropertiesOfType :
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