EntityDataReader.GetString(Int32) Method

Definition

Gets the value of the specified column as an instance of String.

public:
 override System::String ^ GetString(int ordinal);
public override string GetString (int ordinal);
override this.GetString : int -> string
Public Overrides Function GetString (ordinal As Integer) As String

Parameters

ordinal
Int32

The zero-based column ordinal.

Returns

The value of the specified column.

Implements

Applies to