MapperKernelPopulateDefaultsFromParent Method |
Populate the mapper's fields' default values with values from a parent mapper, if any.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected void PopulateDefaultsFromParent(
Object parentMapper,
string parentRowKey
)
Protected Sub PopulateDefaultsFromParent (
parentMapper As Object,
parentRowKey As String
)
Parameters
- parentMapper
- Type: SystemObject
The parent mapper object or key. - parentRowKey
- Type: SystemString
The RowKey for the row in the mapper to use for the defaults.
See Also