Share via


BinaryValueGenerator.Next(EntityEntry) Method

Definition

Gets a value to be assigned to a property.

public override byte[] Next (Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry entry);
override this.Next : Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry -> byte[]
Public Overrides Function Next (entry As EntityEntry) As Byte()

Parameters

entry
EntityEntry

Returns

Byte[]

The value to be assigned to a property.

Applies to