Table of Contents

Method GetString

Namespace
Innova.Data
Assembly
Innova.Data.dll

GetString(int)

Gets the string value of the specified field.

public string GetString(int i)

Parameters

i int

The index of the field to find.

Returns

string

The string value of the specified field.

Exceptions

IndexOutOfRangeException

The index passed was outside the range of 0 through FieldCount.