This method actually implements the modification of a node data so that it's collection of "from" node data keys includes a given .
Syntax
protected virtual void InsertFromNodeKey(
,
)
Parameters
- nodedata
- the node data to be modified; if null, this method does nothing
- fromkey
- the key value of the "from" node data; if null, this method does nothing
See Also