DbUpdatableDataRecord.GetGuid Method (Int32)

 

Retrieves the field value as a Guid.

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

public override Guid GetGuid(
	int i
)

Parameters

i
Type: System.Int32

The ordinal of the field.

Return Value

Type: System.Guid

The field value as a Guid.