书栈网 · BookStack 本次搜索耗时 0.036 秒,为您找到 36130 个相关结果.
  • 种子数据

    种子数据 介绍 为什么要有种子数据系统? IDataSeedContributor DataSeedContext 模块化 IDataSeeder 在何处以及如何播种数据? On Production On Development On Testing 种子数据 介绍 使用数据库的某些应用程序(或模块),可能需要有一些初始数据 才...
  • 设计时 DbContext 创建

    设计时 DbContext 创建Design-time DbContext Creation 从应用程序服务From application services 使用不带参数的构造函数Using a constructor with no parameters 从设计时工厂From a design-time factory 设计时 DbCont...
  • 用前必看

    3051 2020-11-04 《SqlSugar 4.0 文档》
    SqlSugar 4.0文档 SqlSugar 4.0文档 官方QQ群 225982985 (已满) 726648662(已满) 654015377(空闲) 下载地址 https://github.com/sunkaixuan/SqlSugar Nuget 安装 SqlSugar是.NET版本,SqlSugarCore是....
  • 种子数据

    种子数据 介绍 为什么要有种子数据系统? IDataSeedContributor DataSeedContext 模块化 IDataSeeder 在何处以及如何播种数据? On Production On Development On Testing 种子数据 介绍 使用数据库的某些应用程序(或模块),可能需要有一些初始数据...
  • 种子数据

    种子数据 介绍 为什么要有种子数据系统? IDataSeedContributor DataSeedContext 模块化 IDataSeeder 在何处以及如何播种数据? On Production On Development On Testing 种子数据 介绍 使用数据库的某些应用程序(或模块),可能需要有一些初始数据...
  • 数据过滤

    数据过滤 预定义的过滤 ISoftDelete IMultiTenant IDataFilter 服务: 启用/禁用 数据过滤 AbpDataFilterOptions 自定义数据过滤 EntityFramework Core MongoDB 数据过滤 Volo.Abp.Data 包定义了在查询数据库时自动过滤数据的服务. 预定义...
  • 如何在 .NET Core 中使用和调试程序集可卸载性

    1417 2019-10-06 《.NET Core 指南》
    如何在 .NET Core 中使用和调试程序集可卸载性How to use and debug assembly unloadability in .NET Core 本文内容 使用可回收的 AssemblyLoadContextUse collectible AssemblyLoadContext 创建可回收的 AssemblyLoadContextC...
  • Connection Strings

    Connection Strings Configure the Connection Strings AbpDbConnectionOptions Set the Connection String Name Database Migrations for the Entity Framework Core Multi-Tenancy Repla...
  • 加载相关数据

    加载相关数据Loading Related Data 预先加载Eager loading 包含多个层级Including multiple levels 经过筛选的包含Filtered include 派生类型上的包含Include on derived types 显式加载Explicit loading 查询相关实体Querying relate...
  • 查询的原理

    查询的原理 查询的生命周期 查询时执行 查询的原理 Entity Framework Core 使用语言集成查询(Language Integrate Query,LINQ)来从数据库中查询数据。LINQ 允许你使用 C#(或者你选择的其他 .NET 语言,比如 VB.NET)来基于你的派生上下文和实体类型编写强类型查询。 查询的生命周期 ...