protected virtual bool TrySetFieldAsCLR(
Row row,
Schema..::..FieldDef field,
BSONElement value,
string targetName,
Func<BSONDocument, BSONElement, bool> filter
)
protected virtual bool TrySetFieldAsCLR(
Row row,
Schema..::..FieldDef field,
BSONElement value,
string targetName,
Func<BSONDocument, BSONElement, bool> filter
)
Protected Overridable Function TrySetFieldAsCLR (
row As Row,
field As Schema..::..FieldDef,
value As BSONElement,
targetName As String,
filter As Func(Of BSONDocument, BSONElement, Boolean)
) As Boolean
Protected Overridable Function TrySetFieldAsCLR (
row As Row,
field As Schema..::..FieldDef,
value As BSONElement,
targetName As String,
filter As Func(Of BSONDocument, BSONElement, Boolean)
) As Boolean
protected:
virtual bool TrySetFieldAsCLR(
Row^ row,
Schema..::..FieldDef^ field,
BSONElement^ value,
String^ targetName,
Func<BSONDocument^, BSONElement^, bool>^ filter
)
protected:
virtual bool TrySetFieldAsCLR(
Row^ row,
Schema..::..FieldDef^ field,
BSONElement^ value,
String^ targetName,
Func<BSONDocument^, BSONElement^, bool>^ filter
)
abstract TrySetFieldAsCLR :
row : Row *
field : Schema..::..FieldDef *
value : BSONElement *
targetName : string *
filter : Func<BSONDocument, BSONElement, bool> -> bool
override TrySetFieldAsCLR :
row : Row *
field : Schema..::..FieldDef *
value : BSONElement *
targetName : string *
filter : Func<BSONDocument, BSONElement, bool> -> bool
abstract TrySetFieldAsCLR :
row : Row *
field : Schema..::..FieldDef *
value : BSONElement *
targetName : string *
filter : Func<BSONDocument, BSONElement, bool> -> bool
override TrySetFieldAsCLR :
row : Row *
field : Schema..::..FieldDef *
value : BSONElement *
targetName : string *
filter : Func<BSONDocument, BSONElement, bool> -> bool