• 有时需要简单验证但是有时您需要条件语句还有时您需要添加一个延迟或者循环

    Sometimes, you can get by with a simple verification point, but sometimes you need conditionals, and sometimes you need to add a delay or a loop.

    youdao

  • 就是延迟加载尽可能长的延迟查询语句执行。

    This is lazy loading, or deferring the query as long as possible.

    youdao

  • 多个查询语句执行过程需要保持数据库连接否则抛出一个延迟加载异常,这将导致数据出现问题。

    Database connection needs to be maintained for the duration of the multiple query cycle else a lazy loading exception is thrown, resulting in inadequate use of resources.

    youdao

  • 创建这个查询时,SQL语句并没有被发送数据库中,只有当代码中对这个IQueryable对象进行Iterate操作时,这个SQL语句才会被创建执行,这个概念就是延迟执行。

    At the moment the query is created, no SQL statement is issued to the database. The SQL statement is created and executed when your code iterates the IQueryable object.

    youdao

  • 如果实体employee关联的dependentdepartment两个实体使用延迟加载那么操作23会生成更多SQL查询语句

    If we use lazy loading feature on employee entity for dependent and department entities then in use case 2 and 3, more SQL queries are fired to fetch the required data.

    youdao

  • 如果实体employee关联的dependentdepartment两个实体使用延迟加载那么操作23会生成更多SQL查询语句

    If we use lazy loading feature on employee entity for dependent and department entities then in use case 2 and 3, more SQL queries are fired to fetch the required data.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定