Share via


ResultSet.getString(Int32) Method

Definition

Gets the string value of a column in the current row.

public:
 virtual System::String ^ getString(int _ColumnID);
public virtual string getString (int _ColumnID);
abstract member getString : int -> string
override this.getString : int -> string
Public Overridable Function getString (_ColumnID As Integer) As String

Parameters

_ColumnID
Int32

The column ID.

Returns

The string value of the column.

Applies to