DataConnector | ComponentOne
C1.AdoNet.GoogleAnalytics Assembly / C1.AdoNet.GoogleAnalytics Namespace / C1GoogleAnalyticsCommand Class / ExecuteNonQuery Method

In This Topic
    ExecuteNonQuery Method (C1GoogleAnalyticsCommand)
    In This Topic
    Executes a SQL statement against a connection object.
    Syntax
    'Declaration
     
    Public Function ExecuteNonQuery() As Integer
    public int ExecuteNonQuery()

    Return Value

    The number of rows affected.
    See Also