Method ToDictionary
- Namespace
- MongoDB.EntityFrameworkCore.Metadata
- Assembly
- MongoDB.EntityFrameworkCore.dll
ToDictionary()
Convert this configuration to an IDictionary representation so it may be used within an EF Core static model.
public IDictionary<string, object?> ToDictionary()
Returns
- IDictionary<string, object>
An IDictionary containing the named properties of this configuration.
Remarks
Is recreated from this dictionary via CreateFrom(IDictionary<string, object>).