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
)
Public Sub New (
cxt As IAppContext,
key As String,
rowKey As String
)
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