RelationalCommand.ExecuteNonQuery(RelationalCommandParameterObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Executes the command with no results.
public virtual int ExecuteNonQuery (Microsoft.EntityFrameworkCore.Storage.RelationalCommandParameterObject parameterObject);
abstract member ExecuteNonQuery : Microsoft.EntityFrameworkCore.Storage.RelationalCommandParameterObject -> int
override this.ExecuteNonQuery : Microsoft.EntityFrameworkCore.Storage.RelationalCommandParameterObject -> int
Public Overridable Function ExecuteNonQuery (parameterObject As RelationalCommandParameterObject) As Integer
Parameters
- parameterObject
- RelationalCommandParameterObject
Parameters for this method.
Returns
The number of rows affected.
Implements
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework