public List <BulkDataEntity> QueryAllBulkDataList() => provider.Using(con => con.QueryList <BulkDataEntity>( SqlSelect <BulkDataEntity> .All()));