ResultSet.getString(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.