Click or drag to resize

RelatedMapperContext Constructor (IAppContext, String, String)

Fully-qualified constructor.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public RelatedMapperContext(
	IAppContext cxt,
	string key,
	string rowKey
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
key
Type: SystemString
The key of the related mapper.
rowKey
Type: SystemString
The RowKey of the related mapper.
See Also