Compartilhar via


DbExtensions.GetValueAsync<TValue> Método

Definição

Retorna um valor com o determinado .

public static System.Threading.Tasks.Task<TValue> GetValueAsync<TValue> (this System.Data.Common.DbDataReader record, string fieldName, System.Threading.CancellationToken cancellationToken = default);
static member GetValueAsync : System.Data.Common.DbDataReader * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<'Value>
<Extension()>
Public Function GetValueAsync(Of TValue) (record As DbDataReader, fieldName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of TValue)

Parâmetros de tipo

TValue

O tipo de valor a ser recuperado.

Parâmetros

record
DbDataReader

O registro do qual recuperar o valor.

fieldName
String

O nome do campo.

cancellationToken
CancellationToken

O token de cancelamento. Assume o padrão de None.

Retornos

Task<TValue>

Valor no campo especificado indicado por .

Exceções

Comentários

Essa função será gerada se o fornecido não existir.

Aplica-se a