I have done simple My sql transactions. But Is there a way to make transactions through c# ?
Example:
Insert all rows from a file or never insert anything.
Are there any examples or directions for doing this in c#? I have only done single query execution through parametrized c# syntax. writing a delete query I think is an overkill and does not suit my needs.