DbUpdatableDataRecord.SetGuid Method (Int32, Guid)

 

Sets the value of a field in a record.

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

public void SetGuid(
	int ordinal,
	Guid value
)

Parameters

ordinal
Type: System.Int32

The ordinal of the field.

value
Type: System.Guid

The value of the field.