protected virtual bool SetAmorphousFieldAsCLR(
IAmorphousData amorph,
BSONElement bsonElement,
string targetName,
Func<BSONDocument, BSONElement, bool> filter
)
protected virtual bool SetAmorphousFieldAsCLR(
IAmorphousData amorph,
BSONElement bsonElement,
string targetName,
Func<BSONDocument, BSONElement, bool> filter
)
Protected Overridable Function SetAmorphousFieldAsCLR (
amorph As IAmorphousData,
bsonElement As BSONElement,
targetName As String,
filter As Func(Of BSONDocument, BSONElement, Boolean)
) As Boolean
Protected Overridable Function SetAmorphousFieldAsCLR (
amorph As IAmorphousData,
bsonElement As BSONElement,
targetName As String,
filter As Func(Of BSONDocument, BSONElement, Boolean)
) As Boolean
protected:
virtual bool SetAmorphousFieldAsCLR(
IAmorphousData^ amorph,
BSONElement^ bsonElement,
String^ targetName,
Func<BSONDocument^, BSONElement^, bool>^ filter
)
protected:
virtual bool SetAmorphousFieldAsCLR(
IAmorphousData^ amorph,
BSONElement^ bsonElement,
String^ targetName,
Func<BSONDocument^, BSONElement^, bool>^ filter
)
abstract SetAmorphousFieldAsCLR :
amorph : IAmorphousData *
bsonElement : BSONElement *
targetName : string *
filter : Func<BSONDocument, BSONElement, bool> -> bool
override SetAmorphousFieldAsCLR :
amorph : IAmorphousData *
bsonElement : BSONElement *
targetName : string *
filter : Func<BSONDocument, BSONElement, bool> -> bool
abstract SetAmorphousFieldAsCLR :
amorph : IAmorphousData *
bsonElement : BSONElement *
targetName : string *
filter : Func<BSONDocument, BSONElement, bool> -> bool
override SetAmorphousFieldAsCLR :
amorph : IAmorphousData *
bsonElement : BSONElement *
targetName : string *
filter : Func<BSONDocument, BSONElement, bool> -> bool