BsonClassMapUnmapField Method |
Removes the member map for a field from the class map.
Namespace:
MongoDB.Bson.Serialization
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.16.0+eeafbea0921243a5868b81984e1083a07c1f75bc
Syntax public void UnmapField(
string fieldName
)
Public Sub UnmapField (
fieldName As String
)
member UnmapField :
fieldName : string -> unit
Parameters
- fieldName
- Type: SystemString
The name of the field.
See Also