Click or drag to resize

DataManagerImplExecuteRawQuery Method

Use this method instead of Query when you don't expect rows back. Such cases include Insert, Update, and Delete.

Namespace:  Unvired.Kernel.UWP.Database
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int ExecuteRawQuery(
	string query
)

Parameters

query
Type: SystemString
Query string

Return Value

Type: Int32
No of rows affected
See Also