Skip to content

Raw SQL command excusion #13

Description

@hasan-ceo

public class EntityDataService : IEntityDataService where TEntity : class, new()
{
...
public virtual async Task SqlCommand(string SqlString)
{
await DbContext.Database.ExecuteSqlCommandAsync(SqlString);
}
}
///////////////////////////////////////////////////////////////////////////////
public interface IEntityDataService where TEntity : class, new()
{
...
Task SqlCommand(string SqlString);
}
///Please consider to add raw sql command execution.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions