TypedTableBaseExtensions.ElementAtOrDefault<TRow> Yöntem

Tanım

Satır aralık dışındaysa, belirtilen satırdaki öğeyi bir dizide veya varsayılan değerde döndürür.

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

Tür Parametreleri

TRow

Öğelerin veya satırın türü.

Parametreler

source
TypedTableBase<TRow>

Öğesi döndürülecek numaralandırılabilir nesne.

index
Int32

Alınacak öğenin sıfır tabanlı dizini.

Döndürülenler

TRow

Bir dizideki belirtilen satırdaki öğe.

Şunlara uygulanır