Share via


GenericRow.Get(Int32) Method

Definition

Returns the column value at the given index.

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

Parameters

index
Int32

Index to look up

Returns

A column value

Applies to