DbUpdatableDataRecord.GetGuid(Int32) Method

Definition

Retrieves the field value as a Guid.

public override Guid GetGuid (int i);
override this.GetGuid : int -> Guid
Public Overrides Function GetGuid (i As Integer) As Guid

Parameters

i
Int32

The ordinal of the field.

Returns

The field value as a Guid.

Implements

Applies to