GenericRow.Get(Int32) 方法

定義

傳回指定索引處的資料行值。

public object Get(int index);
member this.Get : int -> obj
Public Function Get (index As Integer) As Object

參數

index
Int32

要查閱的索引

傳回

資料行值

適用於