DbUpdatableDataRecord.GetString(Int32) Method

Definition

Retrieves the field value as a string.

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

Parameters

i
Int32

The ordinal of the field.

Returns

The field value.

Implements

Applies to