RowConverter DoConvertCLRtoBSON Method NFX Class Library

[This is preliminary documentation and is subject to change.]

override to perform the conversion. the data is never null here, and ref cycles a ruled out

Namespace: NFX.Serialization.BSON
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

protected virtual BSONElement DoConvertCLRtoBSON(
	string name,
	Object data,
	Type dataType,
	string targetName
)

Return Value

Type: BSONElement
See Also