Table of Contents

Method GetGuid

Namespace
Innova.Data
Assembly
Innova.Data.dll

GetGuid(int)

Returns the GUID value of the specified field.

public Guid GetGuid(int i)

Parameters

i int

The index of the field to find.

Returns

Guid

The GUID value of the specified field.

Exceptions

IndexOutOfRangeException

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