Extends Microsoft.EntityFrameworkCore.Relational with some raw SQL methods. Directly invoke ExecuteScalar/ExecuteReader on DbContext. Bulk update and delete rows.
License
—
Deps
6
Install Size
—
Vulns
✓ 0
Published
Nov 14, 2025
$ dotnet add package fm.EntityFrameworkCore.RelationalExtends Microsoft.EntityFrameworkCore.Relational with some raw SQL methods. Directly invoke ExecuteScalar/ExecuteReader on DbContext. Bulk update and delete rows.
DbContextExtensionsDbSetBulkExtensionsRelationalDatabaseFacadeExtensionsClearCommandTimeout()ExecuteScalarAsync(string sql)ExecuteScalarAsync(string sql, IEnumerable<object> parameters)ExecuteReaderAsync(string sql)ExecuteReaderAsync(string sql, IEnumerable<object> parameters)SqlDeleteWhereAsync(string propertyName, object equalsValue)SqlUpdateWhereAsync(string wherePropertyName, object whereValue, string setPropertyName, object setValue)SqlUpdateWhereInAsync(string whereInPropertyName, object[] whereInValues, string setPropertyName, object setValue)SqlUpdateWhereInAsync(string wherePropertyName, object whereValue, string whereInPropertyName, object[] whereInValues, string setPropertyName, object setValue)