Share via


Row.Get 方法

定义

重载

Get(Int32)

返回给定索引处的列值。

Get(String)

返回指定其列名的列值。

Get(Int32)

返回给定索引处的列值。

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

参数

index
Int32

要查找的索引

返回

列值

适用于

Get(String)

返回指定其列名的列值。

public object Get (string columnName);
member this.Get : string -> obj
Public Function Get (columnName As String) As Object

参数

columnName
String

要查找的列名

返回

列值

适用于