Click or drag to resize

RelatedMapperContextSetDefaultParent Method

Set the default parent Key and RowKey, but only if null.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void SetDefaultParent(
	string parentKey,
	string parentRowKey
)

Parameters

parentKey
Type: SystemString
The default parent Key.
parentRowKey
Type: SystemString
The default parent RowKey.
See Also