Click or drag to resize

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
)

Parameters

sKey
Type: SystemString
The key of the sibling field of interest.

Return Value

Type: IField
The sibling if found, else null.
See Also