当前位置:Gxlcms > mysql > MongoDB学习笔记《三》

MongoDB学习笔记《三》

时间:2021-07-01 10:21:17 帮助过:39人阅读

这一次做一些基本的操作增删改查操作 using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace MongoDbTestPrint{ public class Student{ private int _ID; public int ID{ get { return _ID; } set { _ID = valu

这一次做一些基本的操作增删改查操作

using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace MongoDbTestPrint { public class Student { private int _ID; public int ID { get { return _ID; } set { _ID = value; } } private string _Name; public string Name1 { get { return _Name; } set { _Name = value; } } private string _Sex; public string Sex { get { return _Sex; } set { _Sex = value; } } private int _Age; public int Age1 { get { return _Age; } set { _Age = value; } } } } ,香港空间,香港服务器租用,香港服务器租用

人气教程排行