RowConverter RowToBSONDocument Method NFX Class Library

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

Converts row to BSON document suitable for storage in MONGO.DB. Pass target name (name of particular store/epoch/implementation) to get targeted field metadata. Note: the supplied row MAY NOT CONTAIN REFERENCE CYCLES - either direct or transitive

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

public virtual BSONDocument RowToBSONDocument(
	Row row,
	string targetName,
	bool useAmorphousData = true,
	FieldFilterFunc filter = null
)

Return Value

Type: BSONDocument
See Also