< Back

Get-DataQueryResult

Tue Jan 14, 2020 1:24 am

NAME Get-DataQueryResult



SYNOPSIS

Gets a result of the last query statement.





SYNTAX

Get-DataQueryResult [<CommonParameters>]





DESCRIPTION

Gets the number of records affected by the last statement by the Invoke-DataQuery cmdlet. If the previous

statement is SELECT, the cmdlet will return -1.





PARAMETERS

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

System.Int32







RELATED LINKS