SqlDataRecord.GetGuid(Int32) Method

Definition

Gets the value for the column specified by the ordinal as a Guid.

public:
 virtual Guid GetGuid(int ordinal);
public virtual Guid GetGuid (int ordinal);
abstract member GetGuid : int -> Guid
override this.GetGuid : int -> Guid
Public Overridable Function GetGuid (ordinal As Integer) As Guid

Parameters

ordinal
Int32

The zero-based ordinal of the column.

Returns

The column value as a Guid.

Implements

Exceptions

The ordinal is less than 0 or greater than the number of columns (that is, FieldCount).

The column specified by ordinal is null.

There is a type mismatch.

Applies to