ISqlExecutor.ExecuteAsync Method
.NET Standard 2.x
Asynchronously executes a SQL statement which does not need to return any data. It is used to execute the SQL statements like UPDATE, INSERT, DELETE, etc.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Overloads
Method | Description |
---|---|
ExecuteAsync(string sqlText, params object[] parameters) | Asynchronously executes a SQL statement which does not need to return any data. It is used to execute the SQL statements like UPDATE, INSERT, DELETE, etc. |
ExecuteAsync(string sqlText, object[] parameters, CancellationToken cancellationToken) | Asynchronously executes a SQL statement which does not need to return any data. It is used to execute the SQL statements like UPDATE, INSERT, DELETE, etc. |