Answers for "how to save in mongo different name field than model? c#"

C#
0

how to save in mongo different name field than model? c#

public class MyClass 
{
    [BsonElement("sp")]
    public string SomeProperty { get; set; }
}
Posted by: Guest on April-18-2022

Code answers related to "how to save in mongo different name field than model? c#"

C# Answers by Framework

Browse Popular Code Answers by Language