RowConverter DirectConvertBSONValue Method NFX Class Library

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

Converts BSON to CLR value 1:1, without type change

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

protected virtual Object DirectConvertBSONValue(
	BSONElement element,
	Func<BSONDocument, BSONElement, bool> filter = null
)

Parameters

element
Type: NFX.Serialization.BSON BSONElement
filter (Optional)
Type: OnlineSystem Func BSONDocument, BSONElement, OnlineBoolean 

Return Value

Type: OnlineObject
See Also