FieldKernelSiblingField Method |
Get the specified sibling field in the mapper.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected IField SiblingField(
string sKey
)
Protected Function SiblingField (
sKey As String
) As IField
Parameters
- sKey
- Type: SystemString
The key of the sibling field of interest.
Return Value
Type:
IFieldThe sibling if found, else null.
See Also