文件名称:LiteDB.Wrapper:使用LiteDB的更简单方法
文件大小:35KB
文件格式:ZIP
更新时间:2024-02-24 05:01:59
wrapper nosql nuget litedb NoSQLC#
LiteDB包装器 使用更简单方法 如何 添加为参考 using LiteDB . Wrapper ; using LiteDB . Wrapper . Interface ; 创建集合参考 ICollectionRef < YourModel> reference = new CollectionReference < YourModel>( " mydatabase.db " , " my_collection " ); 可用方法 Insert ( T ) Insert ( IList < T> ) Update ( T ) Update ( IList < T> ) Remove ( Guid ) Remove ( IList < Guid> ) Commit () Get ( Guid ) GetPaged ( PageOptions , SortOptions ) 这是一个示例用法 ICollectionRef < Model> reference = new CollectionReference < Model>( litedbloc , " in
【文件预览】:
LiteDB.Wrapper-master
----.github()
--------FUNDING.yml(159B)
--------workflows()
----_config.yml(26B)
----LICENSE(34KB)
----azure-pipelines.yml(1KB)
----LICENSE.md(1KB)
----.gitignore(6KB)
----.devbots()
--------lock-pull-request.yml(160B)
--------lock-issue.yml(138B)
----README.md(2KB)
----LiteDB.Wrapper()
--------LiteDB.Wrapper.sln(2KB)
--------LiteDB.Wrapper.Test()
--------LiteDB.Wrapper()
----.gitattributes(2KB)