MongoDBSchemaNode.BsonElement Property
Specifies the BsonElement name used for deserialization.
Namespace: DevExpress.DataAccess.MongoDB
Assembly: DevExpress.DataAccess.v26.1.dll
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| String | null | A name of the field in the serialized BSON document. |
Remarks
Use this property to map a property of an autogenerated class to a specified field in the serialized BSON document.
See Also