Click or drag to resize

IDatabaseExecuteNonQuery Method

Executes a query

Namespace:  EBP.Api.Interfaces.Database
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
int ExecuteNonQuery(
	string sqlQuery
)

Parameters

sqlQuery
Type: SystemString
Sql query to execute

Return Value

Type: Int32
The number of rows affected
See Also