DBExecution sqlExecution Method DataBaseExecutors
Execute non query(like insert/update)
If you want to use parameter query, you have to set parameter by addFilter().

Namespace: DataBaseExecutors
Assembly: DataBaseExecutors (in DataBaseExecutors.dll) Version: 1.0.1.3 (1.0.1.3)
Syntax

public bool sqlExecution(
	string sqlStr
)

Parameters

sqlStr
Type: System String

[Missing <param name="sqlStr"/> documentation for "M:DataBaseExecutors.DBExecution.sqlExecution(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:DataBaseExecutors.DBExecution.sqlExecution(System.String)"]

See Also