EntityDataReader.GetGuid Method (Int32)

 

Gets the value of the specified column as a globally-unique identifier (GUID).

Namespace:   System.Data.Entity.Core.EntityClient
Assembly:  EntityFramework (in EntityFramework.dll)

public override Guid GetGuid(
	int ordinal
)

Parameters

ordinal
Type: System.Int32

The zero-based column ordinal.

Return Value

Type: System.Guid

The value of the specified column.