DataConnector | ComponentOne
C1.AdoNet.ServiceNow Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBase Class / ExecuteScalar Method

In This Topic
    ExecuteScalar Method (C1CommandBase)
    In This Topic
    Allow the execution of a query that returns a 1x1 result table.
    Syntax
    'Declaration
     
    Public Overrides Function ExecuteScalar() As Object
    public override object ExecuteScalar()

    Return Value

    The scalar result.
    See Also