Skip to content

Map

A custom mapper function to apply to each node in the result set.

Type

(this: DataRow, node: Xml) => void (DataRow, Xml)

Declaration

1
 (this: DataRow, node: Xml) => void myQueryWithMappings.Map

See Also