书栈网 · BookStack 本次搜索耗时 0.010 秒,为您找到 170 个相关结果.
  • GetAll

    817 2020-06-27 《Dapper ORM Document》
    Dapper Contrib - GetAll Description Dapper Contrib - GetAll Description GET ALL entities. using ( var connection = My . ConnectionFactory ()) { connection . O...
  • Table

    657 2020-06-27 《Dapper ORM Document》
    Dapper Contrib - Data Annotation - Table Description Dapper Contrib - Data Annotation - Table Description Specifie the destination table name mapped to the entity. [ Table ...
  • 如何开发适配器

    脚手架 Build 管理 贡献者工作流程 脚手架 Octopus 提供了一种开发新适配器的简单方法,运行make template-adaptor ,在adaptors 目录下获得一个脚手架。 脚手架的覆盖物如下: tree - d adaptors /< adaptor - name > ├── api ...
  • Dynamic

    651 2020-06-27 《Dapper ORM Document》
    Dapper - Parameter Dynamic Description Single Many Dapper - Parameter Dynamic Description Create and use a parameter in a Dapper method. Single Execute a single time a ...
  • Key

    1023 2020-06-27 《Dapper ORM Document》
    Dapper Contrib - Data Annotation - Key Description Dapper Contrib - Data Annotation - Key Description Specifie the property is a key that is automatically generated by the d...
  • DeleteAll

    499 2020-06-27 《Dapper ORM Document》
    Dapper Contrib - DeleteAll Description Dapper Contrib - DeleteAll Description DELETE ALL entities. using ( var connection = My . ConnectionFactory ()) { conne...
  • Insert

    702 2020-06-27 《Dapper ORM Document》
    Dapper Contrib - Insert Description Example - Insert Single Example - Insert Many Dapper Contrib - Insert Description INSERT a single or many entities. Insert Single In...
  • 使用的工具和库

    使用的工具和库 Autonumeric ( https://github.com/BobKnothe/autoNumeric ) BlockUI ( https://github.com/malsup/blockui/ ) Bootstrap ( https://github.com/twbs/bootstrap ) Cake Build ( ...
  • ExplicitKey

    616 2020-06-27 《Dapper ORM Document》
    Dapper Contrib - Data Annotation - ExplicitKey Description Dapper Contrib - Data Annotation - ExplicitKey Description Specifie the property is a key that is NOT automatical...
  • Octopus 开发指南

    建立 Octopus 管理流程 使用案例 注意事项 适配器的生成管理 所有组件的构建管理 贡献者工作流程 建立 Octopus 管理流程 Octopus 借鉴了Maven ,并基于make 提供了一组项目构建管理工具。 生成管理过程包含多个阶段,一个阶段包含多个操作。 为了方便起见,动作的名称也代表当前阶段。 动作的总体流程关系如下所示: ...