[This is preliminary documentation and is subject to change.]
Namespace: NFX.Serialization.BSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
protected virtual BSONElement GetFieldAsBSON(
Row row,
Schema..::..FieldDef field,
string targetName
)
protected virtual BSONElement GetFieldAsBSON(
Row row,
Schema..::..FieldDef field,
string targetName
)
Protected Overridable Function GetFieldAsBSON (
row As Row,
field As Schema..::..FieldDef,
targetName As String
) As BSONElement
Protected Overridable Function GetFieldAsBSON (
row As Row,
field As Schema..::..FieldDef,
targetName As String
) As BSONElement
protected:
virtual BSONElement^ GetFieldAsBSON(
Row^ row,
Schema..::..FieldDef^ field,
String^ targetName
)
protected:
virtual BSONElement^ GetFieldAsBSON(
Row^ row,
Schema..::..FieldDef^ field,
String^ targetName
)
abstract GetFieldAsBSON :
row : Row *
field : Schema..::..FieldDef *
targetName : string -> BSONElement
override GetFieldAsBSON :
row : Row *
field : Schema..::..FieldDef *
targetName : string -> BSONElement
abstract GetFieldAsBSON :
row : Row *
field : Schema..::..FieldDef *
targetName : string -> BSONElement
override GetFieldAsBSON :
row : Row *
field : Schema..::..FieldDef *
targetName : string -> BSONElement
Return Value
Type:
BSONElement