Interface ISqlServerBulkInsert<TEntity>

  • All Known Implementing Classes:
    SqlServerBulkInsert

    public interface ISqlServerBulkInsert<TEntity>
    • Method Summary

      Modifier and Type Method Description
      void saveAll​(Connection connection, Stream<TEntity> entities)