SqlClient.GetItemAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get row (V2)
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Sql.Models.GetItemResponse> GetItemAsync(string serverName, string databaseName, string tableName, string rowId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetItemAsync : string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Sql.Models.GetItemResponse>
override this.GetItemAsync : string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Sql.Models.GetItemResponse>
Public Overridable Function GetItemAsync (serverName As String, databaseName As String, tableName As String, rowId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GetItemResponse)
Parameters
- serverName
- String
Server name
- databaseName
- String
Database name
- tableName
- String
Table name
- rowId
- String
Row id
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Get row (V2) response.
Remarks
This operation gets a row from a table.