RowConverter GetAmorphousFieldAsBSON Method NFX Class Library

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

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

protected virtual BSONElement GetAmorphousFieldAsBSON(
	KeyValuePair<string, Object> field,
	string targetName
)

Parameters

field
Type: OnlineSystem.Collections.Generic KeyValuePair OnlineString, OnlineObject 
targetName
Type: OnlineSystem String

Return Value

Type: BSONElement
See Also