Click or drag to resize

DatabaseExecuteNonQuery Method (String, Int32, IDbConnection)

Namespace:  Dynamicweb.Data
Assembly:  Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntax
public static int ExecuteNonQuery(
	string sql,
	int commandTimeout,
	IDbConnection connection
)

Parameters

sql
Type: SystemString
commandTimeout
Type: SystemInt32
connection
Type: System.DataIDbConnection

Return Value

Type: Int32
See Also