ILoggingProvider.ExecuteNonQuery Method
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Function ExecuteNonQuery ( _
command As SqlCommand _
) As Integer
'Usage
Dim instance As ILoggingProvider
Dim command As SqlCommand
Dim returnValue As Integer
returnValue = instance.ExecuteNonQuery(command)
int ExecuteNonQuery(
SqlCommand command
)
Parameters
- command
Type: System.Data.SqlClient.SqlCommand
Return Value
Type: System.Int32
Returns Int32.