C# Class PkDapper.Demos.DeleteArray

Inheritance: IDemos
Mostra file Open project: sunkaixuan/SqlSugar Class Usage Examples

Private Properties

Property Type Description
Dapper void
GetDeleteList List
SqlSugar void

Public Methods

Method Description
Init ( ) : void

Private Methods

Method Description
Dapper ( int eachCount ) : void
GetDeleteList ( ) : List

查询出刚插入的1000条数据

SqlSugar ( int eachCount ) : void

Method Details

Init() public method

public Init ( ) : void
return void