TypedTableBaseExtensions.ElementAtOrDefault<TRow> Método

Definição

Retorna o elemento em uma linha especificada em uma sequência ou um valor padrão se a linha estiver fora do intervalo.

public:
generic <typename TRow>
 where TRow : System::Data::DataRow[System::Runtime::CompilerServices::Extension]
 static TRow ElementAtOrDefault(System::Data::TypedTableBase<TRow> ^ source, int index);
public static TRow ElementAtOrDefault<TRow> (this System.Data.TypedTableBase<TRow> source, int index) where TRow : System.Data.DataRow;
public static TRow? ElementAtOrDefault<TRow> (this System.Data.TypedTableBase<TRow> source, int index) where TRow : System.Data.DataRow;
static member ElementAtOrDefault : System.Data.TypedTableBase<'Row (requires 'Row :> System.Data.DataRow)> * int -> 'Row (requires 'Row :> System.Data.DataRow)
<Extension()>
Public Function ElementAtOrDefault(Of TRow As DataRow) (source As TypedTableBase(Of TRow), index As Integer) As TRow

Parâmetros de tipo

TRow

O tipo dos elementos ou da linha.

Parâmetros

source
TypedTableBase<TRow>

Um objeto enumerável em que se retorna um elemento.

index
Int32

O índice baseado em zero do elemento a ser recuperado.

Retornos

TRow

O elemento de uma linha especificada em uma sequência.

Aplica-se a