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)
Syntaxpublic int ExecuteRawQuery(
string query
)
Public Function ExecuteRawQuery (
query As String
) As Integer
public:
int ExecuteRawQuery(
String^ query
)
member ExecuteRawQuery :
query : string -> int
Parameters
- query
- Type: SystemString
Query string
Return Value
Type:
Int32No of rows affected
See Also