public virtual void BSONDocumentToRow(
BSONDocument doc,
Row row,
string targetName,
bool useAmorphousData = true,
Func<BSONDocument, BSONElement, bool> filter = null
)
public virtual void BSONDocumentToRow(
BSONDocument doc,
Row row,
string targetName,
bool useAmorphousData = true,
Func<BSONDocument, BSONElement, bool> filter = null
)
Public Overridable Sub BSONDocumentToRow (
doc As BSONDocument,
row As Row,
targetName As String,
Optional useAmorphousData As Boolean = true,
Optional filter As Func(Of BSONDocument, BSONElement, Boolean) = Nothing
)
Public Overridable Sub BSONDocumentToRow (
doc As BSONDocument,
row As Row,
targetName As String,
Optional useAmorphousData As Boolean = true,
Optional filter As Func(Of BSONDocument, BSONElement, Boolean) = Nothing
)
public:
virtual void BSONDocumentToRow(
BSONDocument^ doc,
Row^ row,
String^ targetName,
bool useAmorphousData = true,
Func<BSONDocument^, BSONElement^, bool>^ filter = nullptr
)
public:
virtual void BSONDocumentToRow(
BSONDocument^ doc,
Row^ row,
String^ targetName,
bool useAmorphousData = true,
Func<BSONDocument^, BSONElement^, bool>^ filter = nullptr
)
abstract BSONDocumentToRow :
doc : BSONDocument *
row : Row *
targetName : string *
?useAmorphousData : bool *
?filter : Func<BSONDocument, BSONElement, bool>
(* Defaults:
let _useAmorphousData = defaultArg useAmorphousData true
let _filter = defaultArg filter null
*)
-> unit
override BSONDocumentToRow :
doc : BSONDocument *
row : Row *
targetName : string *
?useAmorphousData : bool *
?filter : Func<BSONDocument, BSONElement, bool>
(* Defaults:
let _useAmorphousData = defaultArg useAmorphousData true
let _filter = defaultArg filter null
*)
-> unit
abstract BSONDocumentToRow :
doc : BSONDocument *
row : Row *
targetName : string *
?useAmorphousData : bool *
?filter : Func<BSONDocument, BSONElement, bool>
(* Defaults:
let _useAmorphousData = defaultArg useAmorphousData true
let _filter = defaultArg filter null
*)
-> unit
override BSONDocumentToRow :
doc : BSONDocument *
row : Row *
targetName : string *
?useAmorphousData : bool *
?filter : Func<BSONDocument, BSONElement, bool>
(* Defaults:
let _useAmorphousData = defaultArg useAmorphousData true
let _filter = defaultArg filter null
*)
-> unit