Removes the specified data object from the tracking of the store so that it will not be part of the next SaveChanges
Namespace: BrightstarDB.ClientAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
void DetachDataObject(
IDataObject dataObject
) |
| Visual Basic |
|---|
Sub DetachDataObject (
dataObject As IDataObject
) |
| Visual C++ |
|---|
void DetachDataObject(
IDataObject^ dataObject
) |
| F# |
|---|
abstract DetachDataObject :
dataObject : IDataObject -> unit
|
Parameters
- dataObject
- Type: BrightstarDB.Client..::..IDataObject
[Missing <param name="dataObject"/> documentation for "M:BrightstarDB.Client.IDataObjectStore.DetachDataObject(BrightstarDB.Client.IDataObject)"]
See Also